File tree Expand file tree Collapse file tree 1 file changed +8
-19
lines changed
examples/snippets/stacks/workflows/quickstart/app Expand file tree Collapse file tree 1 file changed +8
-19
lines changed Original file line number Diff line number Diff line change 11workflows :
2- all :
3- steps :
4- - command : workflow verify/github-oidc-providers -f quickstart/app/app-on-ecs
5- - command : workflow deploy/app-on-ecs -f quickstart/app/app-on-ecs
6-
7- verify/github-oidc-providers :
8- description : |
9- This workflow ensures all Github OIDC Provider Configuration deployed.
10- steps :
11- - command : workflow deploy/github-oidc-provider -f quickstart/foundation/identity
12-
13- deploy/app-on-ecs :
2+ deploy :
143 description : |
15- This workflow deploys ` app-on-ecs` stacks
4+ Deploy Terraform state backend and IAM role for example- app-on-ecs
165 steps :
17- - command : terraform deploy ecs-services/example-app-on-ecs -s plat-use1-sandbox
18- - command : terraform deploy ecs-services/example-app-on-ecs/dev -s plat-use1-dev
19- - command : terraform deploy ecs-services/example-app-on-ecs/qa1 -s plat-use1-dev
20- - command : terraform deploy ecs-services /example-app-on-ecs/qa2 -s plat-use1 -dev
21- - command : terraform deploy ecs-services /example-app-on-ecs -s plat-use1 -staging
22- - command : terraform deploy ecs-services /example-app-on-ecs -s plat-use1 -prod
6+ - command : terraform deploy tfstate-backend-apps -s plat-gbl-dev
7+ - command : terraform deploy tfstate-backend-apps -s plat-gbl-staging
8+ - command : terraform deploy tfstate-backend-apps -s plat-gbl-prod
9+ - command : terraform deploy iam-role /example-app-on-ecs -s plat-gbl -dev
10+ - command : terraform deploy iam-role /example-app-on-ecs -s plat-gbl -staging
11+ - command : terraform deploy iam-role /example-app-on-ecs -s plat-gbl -prod
You can’t perform that action at this time.
0 commit comments