terraform-demo/modules/iam-policy-attach/variables.tf

14 lines
201 B
HCL

variable "iam_name" {
description = "value"
type = string
}
variable "role_name" {
description = "value"
type = string
}
variable "arn" {
description = "value"
type = string
}