terraform-demo/modules/vpc/valiables.tf
2022-12-26 19:13:43 +09:00

9 lines
138 B
HCL

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