7 lines
116 B
HCL
7 lines
116 B
HCL
variable "cidr_block" {
|
|
type = string
|
|
description = "CIDR block of VPC"
|
|
default = "10.0.0.0/16"
|
|
}
|
|
|