terraform-training/Compute/Demo3/variables.tf

7 lines
116 B
Terraform
Raw Normal View History

2024-05-30 14:18:55 +08:00
variable "cidr_block" {
type = string
description = "CIDR block of VPC"
default = "10.0.0.0/16"
}