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

9 lines
141 B
HCL

variable "route_public_id" {
description = "value"
type = string
}
variable "igw_id" {
description = "value"
type = string
}