terraform-demo/modules/transit-gateway-route-add/variables.tf
2023-01-22 03:27:54 +09:00

14 lines
196 B
HCL

variable "cidr" {
description = "cidr"
type = string
}
variable "route_table_id" {
description = "route_table_id"
type = string
}
variable "attatch_id" {
type = string
}