Skip to content
Merged
Show file tree
Hide file tree
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
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ permissions:
id-token: write # This is required for requesting the JWT
contents: read # This is required for actions/checkout

jobs:
jobs:
atmos-apply:
name: ${{ inputs.component }}-${{ inputs.stack }}

Expand All @@ -52,7 +52,7 @@ jobs:
- uses: unfor19/install-aws-cli-action@v1

- name: Apply Atmos Component
uses: cloudposse/github-action-atmos-terraform-apply@v7
uses: cloudposse/github-action-atmos-terraform-apply@v6
env:
ATMOS_PROFILE: "github-apply"
with:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -69,10 +69,12 @@ workflows:

deploy/iam-role:
description: |
Deploy iam-role/terraform and iam-role/planner to all accounts (except root).
Deploy iam-role/terraform and iam-role/planner roles.
These roles are used by GitHub Actions for CI/CD.
steps:
# Core accounts (except root)
# Only deploy the planner role in the root account
- command: terraform deploy iam-role/planner -s core-gbl-root
# Core accounts
- command: terraform deploy iam-role/terraform -s core-gbl-artifacts
- command: terraform deploy iam-role/planner -s core-gbl-artifacts
- command: terraform deploy iam-role/terraform -s core-gbl-audit
Expand Down
Loading