Skip to content

Commit 97e8cb5

Browse files
committed
Switched to apply
1 parent ea142fe commit 97e8cb5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

azure/templates/post-deploy.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,7 @@ steps:
5959
cd terraform
6060
6161
make init
62-
make plan environment=${{ parameters.aws_account_type }} sub_environment=$workspace
63-
# make apply environment=${{ parameters.aws_account_type }} sub_environment=$workspace
62+
make apply environment=${{ parameters.aws_account_type }} sub_environment=$workspace
6463
6564
AWS_DOMAIN_NAME=$(make -s output name=service_domain_name)
6665
IMMS_DELTA_TABLE_NAME=$(make -s output name=imms_delta_table_name)

0 commit comments

Comments
 (0)