Skip to content

Commit 4bb5f92

Browse files
committed
Change to TF plan for blue deploy.
1 parent 25f9ad5 commit 4bb5f92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure/templates/post-prod-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ steps:
3838
cd terraform
3939
4040
make init environment=${{ parameters.aws_account_type }} sub_environment=$workspace
41-
make apply environment=${{ parameters.aws_account_type }} sub_environment=$workspace
41+
make plan environment=${{ parameters.aws_account_type }} sub_environment=$workspace
4242
fi
4343
displayName: Apply Terraform
4444
workingDirectory: "$(Pipeline.Workspace)/s/$(SERVICE_NAME)"

0 commit comments

Comments
 (0)