Files
terraform-demo/modules/route-table/variables.tf
2022-12-28 22:15:11 +09:00

8 lines
138 B
HCL

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