From 5951e47c2de5c7a4a610da74f7cdafd4cd9c6269 Mon Sep 17 00:00:00 2001 From: badra001 Date: Fri, 10 Dec 2021 09:34:47 -0500 Subject: [PATCH] update tf-run.data --- examples/full-cluster/aws-auth/tf-run.data | 1 + examples/full-cluster/cluster-roles/tf-run.data | 1 + examples/full-cluster/common-services/tf-run.data | 1 + examples/full-cluster/efs/tf-run.data | 1 + examples/full-cluster/irsa-roles/cluster-autoscaler/tf-run.data | 1 + examples/full-cluster/irsa-roles/tf-run.data | 1 + examples/full-cluster/providers.tf | 2 +- examples/full-cluster/tf-run.data | 1 + 8 files changed, 8 insertions(+), 1 deletion(-) diff --git a/examples/full-cluster/aws-auth/tf-run.data b/examples/full-cluster/aws-auth/tf-run.data index ce77f28..f26a232 100644 --- a/examples/full-cluster/aws-auth/tf-run.data +++ b/examples/full-cluster/aws-auth/tf-run.data @@ -1,3 +1,4 @@ +VERSION 1.1.0 REMOTE-STATE COMMAND tf-directory-setup.py -l none -f COMMAND setup-new-directory.sh diff --git a/examples/full-cluster/cluster-roles/tf-run.data b/examples/full-cluster/cluster-roles/tf-run.data index 5d91871..24037de 100644 --- a/examples/full-cluster/cluster-roles/tf-run.data +++ b/examples/full-cluster/cluster-roles/tf-run.data @@ -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 diff --git a/examples/full-cluster/common-services/tf-run.data b/examples/full-cluster/common-services/tf-run.data index 47d1bf6..d1571ae 100644 --- a/examples/full-cluster/common-services/tf-run.data +++ b/examples/full-cluster/common-services/tf-run.data @@ -1,3 +1,4 @@ +VERSION 1.1.0 REMOTE-STATE COMMAND tf-directory-setup.py -l none -f COMMAND setup-new-directory.sh diff --git a/examples/full-cluster/efs/tf-run.data b/examples/full-cluster/efs/tf-run.data index c778fc1..056ab3b 100644 --- a/examples/full-cluster/efs/tf-run.data +++ b/examples/full-cluster/efs/tf-run.data @@ -1,3 +1,4 @@ +VERSION 1.1.0 REMOTE-STATE COMMAND tf-directory-setup.py -l none -f COMMAND setup-new-directory.sh diff --git a/examples/full-cluster/irsa-roles/cluster-autoscaler/tf-run.data b/examples/full-cluster/irsa-roles/cluster-autoscaler/tf-run.data index b7371bc..723eacd 100644 --- a/examples/full-cluster/irsa-roles/cluster-autoscaler/tf-run.data +++ b/examples/full-cluster/irsa-roles/cluster-autoscaler/tf-run.data @@ -1,3 +1,4 @@ +VERSION 1.1.0 REMOTE-STATE COMMAND tf-directory-setup.py -l none COMMAND setup-new-directory.sh diff --git a/examples/full-cluster/irsa-roles/tf-run.data b/examples/full-cluster/irsa-roles/tf-run.data index eecc8ab..03783ff 100644 --- a/examples/full-cluster/irsa-roles/tf-run.data +++ b/examples/full-cluster/irsa-roles/tf-run.data @@ -1,3 +1,4 @@ +VERSION 1.1.0 REMOTE-STATE COMMAND tf-directory-setup.py -l none -f COMMAND setup-new-directory.sh diff --git a/examples/full-cluster/providers.tf b/examples/full-cluster/providers.tf index 03c6b10..f0e85a2 100644 --- a/examples/full-cluster/providers.tf +++ b/examples/full-cluster/providers.tf @@ -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" { diff --git a/examples/full-cluster/tf-run.data b/examples/full-cluster/tf-run.data index 0baeaa9..a7692be 100644 --- a/examples/full-cluster/tf-run.data +++ b/examples/full-cluster/tf-run.data @@ -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