9 lines
150 B
HCL
9 lines
150 B
HCL
variable "subnet_ids" {
|
|
description = "Subnet id"
|
|
type = list
|
|
}
|
|
|
|
variable "route_table_id" {
|
|
description = "Subnet id"
|
|
type = string
|
|
} |