14 lines
203 B
HCL
14 lines
203 B
HCL
variable "iam_name" {
|
|
description = "value"
|
|
type = string
|
|
}
|
|
|
|
variable "policy" {
|
|
description = "value"
|
|
type = string
|
|
}
|
|
|
|
variable "tag_name" {
|
|
description = "value"
|
|
type = string
|
|
} |