Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ crash.log
# control as they are data points which are potentially sensitive and subject
# to change depending on the environment.
#
*.tfvars
#*.tfvars

# Ignore override files as they are usually used to override resources locally and so
# are not checked in
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
vpc_cidr = "10.1.0.0/16"
kubernetes_version = "1.27"
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
vpc_cidr = "10.3.0.0/16"
kubernetes_version = "1.27"
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
vpc_cidr = "10.2.0.0/16"
kubernetes_version = "1.27"