Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed Nov 10, 2021
1 parent b56ca48 commit 8fcd177
Showing 1 changed file with 3 additions and 10 deletions.
13 changes: 3 additions & 10 deletions examples/full-cluster/common-services/tf-run.data
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,7 @@ REMOTE-STATE
COMMAND tf-directory-setup.py -l none -f
COMMAND setup-new-directory.sh
COMMAND tf-init -upgrade
tls_private_key.ca
tls_cert_request.ca
null_resource.ca_root_cert
null_resource.ca_files
tls_private_key.ca tls_cert_request.ca null_resource.ca_root_cert null_resource.ca_files
null_resource.ca_cert
local_file.ca_bundle_cert
COMMAND tf-directory-setup.py -l s3
Expand All @@ -14,13 +11,9 @@ COMMENT submit certs/*csr using command ouptut listed in apply to TCO for signin
STOP once that is availabile, change cert_download to true

COMMAND terraform taint null_resource.ca_cert
null_resource.ca_root_cert
null_resource.ca_files
null_resource.ca_cert
null_resource.ca_root_cert null_resource.ca_files null_resource.ca_cert
COMMENT second run is to complete the steps
null_resource.ca_root_cert
null_resource.ca_files
null_resource.ca_cert
null_resource.ca_root_cert null_resource.ca_files null_resource.ca_cert

ALL

Expand Down

0 comments on commit 8fcd177

Please sign in to comment.