Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed Feb 8, 2022
1 parent 57028b1 commit 339edab
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions examples/full-cluster/tf-run.data
Original file line number Diff line number Diff line change
@@ -1,10 +1,15 @@
VERSION 1.1.0
VERSION 1.1.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 4
STOP then continue with at step %%NEXT%%

COMMAND tf-directory-setup.py -l none -f
COMMAND setup-new-directory.sh
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
STOP check variables.vpc.* files and then continue with %%NEXT%%

POLICY

Expand Down

0 comments on commit 339edab

Please sign in to comment.