Skip to content

Commit

Permalink
fix tf-run files
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed Dec 28, 2022
1 parent 6d60290 commit fd6cf57
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 6 deletions.
4 changes: 2 additions & 2 deletions examples/full-cluster-tf-upgrade/cluster-roles/tf-run.data
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
VERSION 1.2.1
VERSION 1.2.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
COMMAND ln -sf ../settings.auto.tfvars .
COMMAND ln -sf ../versions.tf
COMMAND ln -sf ../settings.auto.tfvars .
LINKTOP init
POLICY
ALL
Expand Down
4 changes: 2 additions & 2 deletions examples/full-cluster-tf-upgrade/common-services/tf-run.data
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
VERSION 1.2.1
VERSION 1.2.2
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
COMMAND ln -sf ../versions.tf
COMMAND ln -sf ../settings.auto.tfvars
LINKTOP init

module.cert
Expand Down
3 changes: 2 additions & 1 deletion examples/full-cluster-tf-upgrade/efs/tf-run.data
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
VERSION 1.2.1
VERSION 1.2.2
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
LINKTOP init
POLICY
ALL
Expand Down
3 changes: 2 additions & 1 deletion examples/full-cluster-tf-upgrade/irsa-roles/tf-run.data
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
VERSION 1.2.1
VERSION 1.2.2
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
LINKTOP init
ALL
COMMAND tf-directory-setup.py -l s3
Expand Down

0 comments on commit fd6cf57

Please sign in to comment.