Files
assignment01/modules/route-association/variables.tf
2025-11-18 03:20:27 +00:00

14 lines
249 B
HCL

variable "subnet_ids" {
description = "Subnet id"
type = list(any)
}
variable "route_table_id" {
description = "Subnet id"
type = string
}
variable "association_count" {
description = "Subnet count"
type = number
}