File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- name : Manual Terraform Plan
1+ name : Manual Terraform Apply
22
33on :
44 workflow_dispatch :
6565 run : |
6666 mkdir -p ./build
6767 echo "Running: make terraform env=$ENVIRONMENT workspace=$WORKSPACE stack=networking tf-command=plan args=\"-auto-approve\""
68- make terraform env=$ENVIRONMENT stack=networking tf-command=plan workspace=$WORKSPACE
68+ make terraform env=$ENVIRONMENT stack=networking tf-command=apply workspace=$WORKSPACE
6969 echo "Running: make terraform env=$ENVIRONMENT workspace=$WORKSPACE stack=api-layer tf-command=plan args=\"-auto-approve\""
70- make terraform env=$ENVIRONMENT stack=api-layer tf-command=plan workspace=$WORKSPACE
70+ make terraform env=$ENVIRONMENT stack=api-layer tf-command=apply workspace=$WORKSPACE
7171
7272 working-directory : ./infrastructure
You can’t perform that action at this time.
0 commit comments