Files
terraform-demo/modules/iam/variables.tf
2022-12-28 22:15:11 +09:00

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
}