Skip to content

Commit

Permalink
add tags
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed Jan 6, 2023
1 parent 0cf71de commit ff07ef5
Showing 1 changed file with 14 additions and 5 deletions.
19 changes: 14 additions & 5 deletions examples/full-cluster-tf-upgrade/tf-run.data
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
VERSION 1.2.2
VERSION 1.3.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 %%NEXT%%
STOP then continue with at step %%NEXT%% (tag:subnets-verified)

TAG subnets-verified
COMMAND tf-directory-setup.py -l none -f
COMMAND setup-new-directory.sh
LINKTOP provider_configs.d/provider.ldap_new.auto.tfvars
Expand All @@ -29,8 +30,9 @@ COMMENT You may uncomment the next two lines in tf-run.data and apply them to ma
COMMENT Also check that the variables.application_tags .tf and .auto.tfvars files are linked to the proper includes.d/path/file from the root of the
COMMENT git repository. You will get missing definitions on application_tags otherwise.

STOP check variables.vpc.* files and then continue with %%NEXT%%
STOP check variables.vpc.* files and then continue with %%NEXT%% (tag:setup-complete)

TAG setup-complete
POLICY

COMMENT EC2 key pairs
Expand All @@ -41,15 +43,22 @@ COMMENT be sure to add the setup/ec2-ssh-eks-{cluster} to git-secret, git-secret

ALL

COMMENT setup the includes.d/parent_rs.tf according to the includes.d/README
STOP
COMMENT Assumes setup the includes.d/parent_rs.tf according to the REAMDE.md has been done, will fail if not. You can answer n at the pause if you are not sure
PAUSE

TAG setup-aws-auth
COMMENT cd aws-auth and tf-run.sh apply
STOP

TAG setup-efs
COMMENT cd efs and tf-run.sh apply
STOP

TAG setup-irsa
COMMENT cd irsa-roles and tf-run.sh apply
STOP

TAG setup-common-services
COMMENT cd common-services and tf-run.sh apply
STOP

0 comments on commit ff07ef5

Please sign in to comment.