diff --git a/examples/full-cluster/aws-auth/tf-run.data b/examples/full-cluster/aws-auth/tf-run.data index f26a232..4f3949e 100644 --- a/examples/full-cluster/aws-auth/tf-run.data +++ b/examples/full-cluster/aws-auth/tf-run.data @@ -1,8 +1,9 @@ -VERSION 1.1.0 +VERSION 1.1.1 REMOTE-STATE COMMAND tf-directory-setup.py -l none -f COMMAND setup-new-directory.sh COMMAND tf-init -upgrade +LINKTOP init ALL COMMAND tf-directory-setup.py -l s3 STOP cd ../efs and tf-run.sh apply diff --git a/examples/full-cluster/cluster-roles/tf-run.data b/examples/full-cluster/cluster-roles/tf-run.data index 439b5e0..b3c56dc 100644 --- a/examples/full-cluster/cluster-roles/tf-run.data +++ b/examples/full-cluster/cluster-roles/tf-run.data @@ -1,9 +1,10 @@ -VERSION 1.1.1 +VERSION 1.1.2 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 COMMAND setup-new-directory.sh COMMAND tf-init -upgrade +LINKTOP init COMMAND ln -sf ../settings.auto.tfvars . POLICY ALL diff --git a/examples/full-cluster/common-services/tf-run.data b/examples/full-cluster/common-services/tf-run.data index b10e9a2..d073223 100644 --- a/examples/full-cluster/common-services/tf-run.data +++ b/examples/full-cluster/common-services/tf-run.data @@ -1,4 +1,4 @@ -VERSION 1.1.6 +VERSION 1.1.7 REMOTE-STATE COMMAND tf-directory-setup.py -l none -f COMMAND setup-new-directory.sh @@ -6,6 +6,7 @@ COMMAND tf-init -upgrade COMMAND ln -sf ../settings.auto.tfvars COMMAND ln -sf ../variables.vpc.auto.tfvars . COMMAND ln -sf ../variables.vpc.tf +LINKTOP init module.cert COMMAND tf-directory-setup.py -l s3 diff --git a/examples/full-cluster/efs/tf-run.data b/examples/full-cluster/efs/tf-run.data index 056ab3b..f318d21 100644 --- a/examples/full-cluster/efs/tf-run.data +++ b/examples/full-cluster/efs/tf-run.data @@ -1,8 +1,9 @@ -VERSION 1.1.0 +VERSION 1.1.1 REMOTE-STATE COMMAND tf-directory-setup.py -l none -f COMMAND setup-new-directory.sh COMMAND tf-init -upgrade +LINKTOP init POLICY ALL COMMAND tf-directory-setup.py -l s3 diff --git a/examples/full-cluster/irsa-roles/tf-run.data b/examples/full-cluster/irsa-roles/tf-run.data index e707558..e13a8b8 100644 --- a/examples/full-cluster/irsa-roles/tf-run.data +++ b/examples/full-cluster/irsa-roles/tf-run.data @@ -1,8 +1,9 @@ -VERSION 1.1.1 +VERSION 1.1.2 REMOTE-STATE COMMAND tf-directory-setup.py -l none -f COMMAND setup-new-directory.sh COMMAND tf-init -upgrade +LINKTOP init ALL COMMAND tf-directory-setup.py -l s3 diff --git a/examples/full-cluster/tf-run.data b/examples/full-cluster/tf-run.data index 902cb49..a4a23d2 100644 --- a/examples/full-cluster/tf-run.data +++ b/examples/full-cluster/tf-run.data @@ -1,4 +1,4 @@ -VERSION 1.1.3 +VERSION 1.1.4 REMOTE-STATE COMMENT make sure the private-lb subnet and container subnets are tagged properly (see README.md) STOP then continue with at step %%NEXT%% @@ -6,6 +6,8 @@ STOP then continue with at step %%NEXT%% COMMAND tf-directory-setup.py -l none -f COMMAND setup-new-directory.sh COMMAND tf-init -upgrade +LINKTOP init + COMMENT There are two placeholder files, variables.vpc.auto.tfvars.make-link and variables.vpc.tf.make-link. COMMENT Ensure that variables.vpc.auto.tfvars and variables.vpc.tf are either (a) linked to the files in the parent or vpc/{region}/vpcN/ directory COMMENT or (b) copied from the vpc/{region}/vpcN/ directory if this repo is separate from the main cloud account