We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4bb5f92 commit ea17e29Copy full SHA for ea17e29
azure/templates/post-prod-deploy.yml
@@ -38,7 +38,7 @@ steps:
38
cd terraform
39
40
make init environment=${{ parameters.aws_account_type }} sub_environment=$workspace
41
- make plan environment=${{ parameters.aws_account_type }} sub_environment=$workspace
+ make apply environment=${{ parameters.aws_account_type }} sub_environment=$workspace
42
fi
43
displayName: Apply Terraform
44
workingDirectory: "$(Pipeline.Workspace)/s/$(SERVICE_NAME)"
0 commit comments