init
This commit is contained in:
14
modules/route-association/variables.tf
Normal file
14
modules/route-association/variables.tf
Normal file
@ -0,0 +1,14 @@
|
||||
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
|
||||
}
|
||||
Reference in New Issue
Block a user