Skip to content

Commit 676d9a0

Browse files
authored
add workspace tfvars for distrubuted (#24)
Signed-off-by: Carlos Santana <csantana23@gmail.com>
1 parent f6847f2 commit 676d9a0

File tree

4 files changed

+7
-1
lines changed

4 files changed

+7
-1
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ crash.log
1818
# control as they are data points which are potentially sensitive and subject
1919
# to change depending on the environment.
2020
#
21-
*.tfvars
21+
#*.tfvars
2222

2323
# Ignore override files as they are usually used to override resources locally and so
2424
# are not checked in
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
vpc_cidr = "10.1.0.0/16"
2+
kubernetes_version = "1.27"
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
vpc_cidr = "10.3.0.0/16"
2+
kubernetes_version = "1.27"
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
vpc_cidr = "10.2.0.0/16"
2+
kubernetes_version = "1.27"

0 commit comments

Comments
 (0)