Skip to content

Commit

Permalink
add link to appolication tags in main cluster dir
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed Jan 13, 2023
1 parent f49d288 commit d865fb7
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 7 deletions.
3 changes: 2 additions & 1 deletion examples/full-cluster-tf-upgrade/1.22/aws-auth/tf-run.data
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
VERSION 1.2.2
VERSION 1.2.3
REMOTE-STATE
COMMAND tf-directory-setup.py -l none -f
COMMAND setup-new-directory.sh
COMMAND tf-init -upgrade
COMMAND ln -sf ../versions.tf
COMMAND ln -sf ../settings.auto.tfvars
COMMAND ln -sf ../variables.application_tags.auto.tfvars
LINKTOP init
ALL
COMMAND tf-directory-setup.py -l s3
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
VERSION 1.2.2
VERSION 1.2.3
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
COMMAND ln -sf ../versions.tf
COMMAND ln -sf ../settings.auto.tfvars .
COMMAND ln -sf ../variables.application_tags.auto.tfvars
LINKTOP init
POLICY
ALL
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION 1.2.2
VERSION 1.2.3
REMOTE-STATE
COMMAND tf-directory-setup.py -l none -f
COMMAND setup-new-directory.sh
Expand All @@ -7,6 +7,7 @@ COMMAND ln -sf ../variables.vpc.auto.tfvars .
COMMAND ln -sf ../variables.vpc.tf
COMMAND ln -sf ../versions.tf
COMMAND ln -sf ../settings.auto.tfvars
COMMAND ln -sf ../variables.application_tags.auto.tfvars
LINKTOP init

module.cert
Expand Down
3 changes: 2 additions & 1 deletion examples/full-cluster-tf-upgrade/1.22/efs/tf-run.data
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
VERSION 1.2.2
VERSION 1.2.3
REMOTE-STATE
COMMAND tf-directory-setup.py -l none -f
COMMAND setup-new-directory.sh
COMMAND tf-init -upgrade
COMMAND ln -sf ../versions.tf
COMMAND ln -sf ../settings.auto.tfvars
COMMAND ln -sf ../variables.application_tags.auto.tfvars
LINKTOP init
POLICY
ALL
Expand Down
3 changes: 2 additions & 1 deletion examples/full-cluster-tf-upgrade/1.22/irsa-roles/tf-run.data
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
VERSION 1.2.2
VERSION 1.2.3
REMOTE-STATE
COMMAND tf-directory-setup.py -l none -f
COMMAND setup-new-directory.sh
COMMAND tf-init -upgrade
COMMAND ln -sf ../versions.tf
COMMAND ln -sf ../settings.auto.tfvars
COMMAND ln -sf ../variables.application_tags.auto.tfvars
LINKTOP init
ALL
COMMAND tf-directory-setup.py -l s3
Expand Down
4 changes: 2 additions & 2 deletions examples/full-cluster-tf-upgrade/1.22/tf-run.data
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION 1.3.1
VERSION 1.3.2
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%% (tag:subnets-verified)
Expand All @@ -16,7 +16,7 @@ LINKTOP includes.d/variables.account_tags.auto.tfvars
LINKTOP includes.d/variables.infrastructure_tags.tf
LINKTOP includes.d/variables.infrastructure_tags.auto.tfvars
LINKTOP includes.d/variables.application_tags.tf
LINKTOP includes.d/variables.application_tags.auto.tfvars
## LINKTOP includes.d/variables.application_tags.auto.tfvars

COMMAND tf-init -upgrade

Expand Down

0 comments on commit d865fb7

Please sign in to comment.