Skip to content

Commit bde1a56

Browse files
Removed static provider value and updatd Readme
1 parent f62a89e commit bde1a56

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

variables.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ variable "cluster_architecture" {
1717
variable "cidr" {
1818
description = "CIDR block value to define the size of the AWS VPC"
1919
type = string
20+
default = "10.0.0.0/20"
2021
}
2122

2223
variable "subnet_bits" {

0 commit comments

Comments
 (0)