Skip to content

Commit bdbd8f0

Browse files
♻️ feat: update ECS pattern with Example App v2, Grafana, and Fargate-first approaches (#842)
2 parents 0b2c212 + f0e1e57 commit bdbd8f0

File tree

1 file changed

+8
-19
lines changed

1 file changed

+8
-19
lines changed
Lines changed: 8 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,11 @@
11
workflows:
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

0 commit comments

Comments
 (0)