Skip to content

Commit

Permalink
update tf-run.data in common-services
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed Nov 21, 2022
1 parent 3e09f19 commit 2db318b
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions examples/full-cluster/common-services/tf-run.data
Original file line number Diff line number Diff line change
@@ -1,21 +1,27 @@
VERSION 1.1.4
VERSION 1.1.5
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

module.cert
COMMAND tf-directory-setup.py -l s3

COMMENT Adding key to git-secret, hiding, and adding to git. Manually commit afterwards.
COMMAND git-secret add certs/*.key
COMMAND git-secret hide -m
COMMAND git add certs/*.key.secret
COMMENT execute: git commit -m add-pki-key -a

COMMENT submit certs/*csr using command ouptut listed in apply to TCO for signing
STOP once that is available, change cert_download to true
COMMAND Once that is available, change cert_download to true. If you have received a certificate manually, from the new MS CA, do NOT change cert_download
STOP Wait for certificate to be signed, then continue with %%NEXT%%.

TAG have-certificate
module.cert
module.cert
ALL
ALL

COMMENT run: git-secret add certs/*.key; git-secret hide
COMMENT be sure to add all files to git, and be sure to commit -a to get .gitsecret/ changes

0 comments on commit 2db318b

Please sign in to comment.