Skip to content

Commit

Permalink
update tf-run.data
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed Dec 10, 2021
1 parent 7098b5a commit 5951e47
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 1 deletion.
1 change: 1 addition & 0 deletions examples/full-cluster/aws-auth/tf-run.data
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
VERSION 1.1.0
REMOTE-STATE
COMMAND tf-directory-setup.py -l none -f
COMMAND setup-new-directory.sh
Expand Down
1 change: 1 addition & 0 deletions examples/full-cluster/cluster-roles/tf-run.data
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
VERSION 1.1.0
REMOTE-STATE
STOP only run this after the cluster roles represented here have been setup in K8S
COMMAND tf-directory-setup.py -l none -f
Expand Down
1 change: 1 addition & 0 deletions examples/full-cluster/common-services/tf-run.data
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
VERSION 1.1.0
REMOTE-STATE
COMMAND tf-directory-setup.py -l none -f
COMMAND setup-new-directory.sh
Expand Down
1 change: 1 addition & 0 deletions examples/full-cluster/efs/tf-run.data
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
VERSION 1.1.0
REMOTE-STATE
COMMAND tf-directory-setup.py -l none -f
COMMAND setup-new-directory.sh
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
VERSION 1.1.0
REMOTE-STATE
COMMAND tf-directory-setup.py -l none
COMMAND setup-new-directory.sh
Expand Down
1 change: 1 addition & 0 deletions examples/full-cluster/irsa-roles/tf-run.data
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
VERSION 1.1.0
REMOTE-STATE
COMMAND tf-directory-setup.py -l none -f
COMMAND setup-new-directory.sh
Expand Down
2 changes: 1 addition & 1 deletion examples/full-cluster/providers.tf
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ provider "kubernetes" {
host = local.aws_eks_cluster.endpoint
cluster_ca_certificate = base64decode(local.aws_eks_cluster.certificate_authority[0].data)
token = local.aws_eks_cluster_auth.token
# config_path = "${path.root}/setup/kube.config"
# config_path = "${path.root}/setup/kube.config"
}

provider "helm" {
Expand Down
1 change: 1 addition & 0 deletions examples/full-cluster/tf-run.data
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
VERSION 1.1.0
REMOTE-STATE
COMMENT make sure the private-lb subnet and container subnets are tagged properly (see README.md)
STOP then continue with at step 4
Expand Down

0 comments on commit 5951e47

Please sign in to comment.