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

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
}