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

9 lines
138 B
HCL

variable "cidr_block" {
description = "value"
type = string
}
variable "tag_name" {
description = "value"
type = string
}