terraform-demo/modules/route-add/variables.tf
2022-12-26 19:13:43 +09:00

14 lines
206 B
HCL

variable "vpc_id" {
description = "set vpc id"
type = string
}
variable "tag_name" {
description = "value"
type = string
}
variable "igw_id" {
description = "value"
type = string
}