terraform-demo/modules/efs-mnt-tg/variables.tf
2023-01-06 13:29:00 +09:00

14 lines
243 B
HCL

variable "fs_id" {
description = "fs_id"
type = string
}
variable "sg_list" {
description = "security group list"
type = list(string)
}
variable "subnet_id" {
description = "security group list"
type = string
}