Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Sacha Brants
infra-azure-provisioning
Commits
4351b2e9
Commit
4351b2e9
authored
Nov 12, 2020
by
Daniel Scholl
Browse files
Bug Fix Pipeline task
parent
5993dbdd
Changes
2
Hide whitespace changes
Inline
Side-by-side
devops/tasks/tf-apply.yml
View file @
4351b2e9
...
...
@@ -79,7 +79,7 @@ steps:
echo "TF_WORKSPACE_NAME: ${TF_WORKSPACE_NAME}"
echo "TF_VAR_DATA_PARTITION_NAME: ${TF_VAR_DATA_PARTITION_NAME}"
terraform apply -var-file $TF_VAFILE $TF_CLI_ARGS -input=false -auto-approve $TF_PLAN_FILE
terraform apply -var-file $TF_VA
R
FILE $TF_CLI_ARGS -input=false -auto-approve $TF_PLAN_FILE
# Remove the flux folder auto-generated from bedrock
rm -rf --interactive=never ${TERRAFORM_WORKSPACE_PREFIX,,}*
devops/tasks/tf-plan.yml
View file @
4351b2e9
...
...
@@ -109,4 +109,4 @@ steps:
echo "File 1: $(aksPublicAgentKeySecureDownload.secureFilePath)"
echo "File 2: $(aksPrivateGitopsKeySecureDownload.secureFilePath)"
terraform plan -var-file $TF_VAFILE $TF_CLI_ARGS -input=false -out $TF_PLAN_FILE
terraform plan -var-file $TF_VA
R
FILE $TF_CLI_ARGS -input=false -out $TF_PLAN_FILE
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment