We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f62a89e commit bde1a56Copy full SHA for bde1a56
variables.tf
@@ -17,6 +17,7 @@ variable "cluster_architecture" {
17
variable "cidr" {
18
description = "CIDR block value to define the size of the AWS VPC"
19
type = string
20
+ default = "10.0.0.0/20"
21
}
22
23
variable "subnet_bits" {
0 commit comments