Files
assignment01/modules/igw/valiables.tf
2025-11-18 03:20:27 +00:00

9 lines
139 B
HCL

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