Skip to content

Commit

Permalink
add link to init
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed Dec 23, 2022
1 parent 31f977f commit a8aca4c
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 6 deletions.
3 changes: 2 additions & 1 deletion examples/full-cluster/aws-auth/tf-run.data
Original file line number Diff line number Diff line change
@@ -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
3 changes: 2 additions & 1 deletion examples/full-cluster/cluster-roles/tf-run.data
Original file line number Diff line number Diff line change
@@ -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
Expand Down
3 changes: 2 additions & 1 deletion examples/full-cluster/common-services/tf-run.data
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
VERSION 1.1.6
VERSION 1.1.7
REMOTE-STATE
COMMAND tf-directory-setup.py -l none -f
COMMAND setup-new-directory.sh
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
Expand Down
3 changes: 2 additions & 1 deletion examples/full-cluster/efs/tf-run.data
Original file line number Diff line number Diff line change
@@ -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
Expand Down
3 changes: 2 additions & 1 deletion examples/full-cluster/irsa-roles/tf-run.data
Original file line number Diff line number Diff line change
@@ -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

Expand Down
4 changes: 3 additions & 1 deletion examples/full-cluster/tf-run.data
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
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%%

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
Expand Down

0 comments on commit a8aca4c

Please sign in to comment.