terraform-demo/modules/route-association/variables.tf

9 lines
150 B
HCL

variable "subnet_ids" {
description = "Subnet id"
type = list
}
variable "route_table_id" {
description = "Subnet id"
type = string
}