Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 7 additions & 2 deletions examples/snippets/stacks/workflows/baseline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ workflows:
- command: workflow vendor -f baseline
- command: workflow init/tfstate -f baseline
- command: workflow deploy/tfstate -f baseline
- command: workflow deploy -f baseline
- command: workflow deploy/cloudtrail -f baseline
- command: workflow deploy/ecr -f baseline

vendor:
description: Vendor baseline layer components.
Expand Down Expand Up @@ -36,9 +37,13 @@ workflows:
steps:
- command: terraform deploy tfstate-backend --stack core-use1-root

deploy:
deploy/cloudtrail:
description: Start AWS Cloudtrail in audit and root accounts to track changes across the org.
steps:
- command: terraform deploy cloudtrail-bucket -s core-use1-audit
- command: terraform deploy cloudtrail -s core-gbl-root

deploy/ecr:
description: Deploy ECR in the artifacts account to use as our container registry
steps:
- command: terraform deploy ecr -s core-use1-artifacts
Loading