generated from terraform-modules/template_aws_submodules
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update tf-run.data in common-services
- Loading branch information
Showing
1 changed file
with
11 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 |