Files
assignment01/modules/route-table/variables.tf
2025-11-18 03:20:27 +00:00

8 lines
138 B
HCL

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