14 lines
243 B
HCL
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
|
|
|
|
} |