Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed Jan 6, 2023
1 parent 38b7af8 commit 92b97ef
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions examples/full-cluster-tf-upgrade/tf-run.data
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION 1.2.1
VERSION 1.2.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%%
Expand All @@ -9,12 +9,23 @@ LINKTOP provider_configs.d/provider.ldap_new.auto.tfvars
LINKTOP provider_configs.d/provider.ldap_new.tf
LINKTOP provider_configs.d/provider.ldap_new.variables.tf
LINKTOP init

LINKTOP includes.d/variables.account_tags.tf
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

COMMAND tf-init -upgrade

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
COMMENT
COMMENT You may uncomment the next two lines in tf-run.data and apply them to make the links
#COMMAND ln -sf ../../variables.vpc.tf
#COMMAND ln -sf ../../variables.vpc.auto.tfvars

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.

Expand Down

0 comments on commit 92b97ef

Please sign in to comment.