Skip to content

chore(deps): update actions/checkout digest to 11bd719 (#138) #65

chore(deps): update actions/checkout digest to 11bd719 (#138)

chore(deps): update actions/checkout digest to 11bd719 (#138) #65

---
name: terraform-apply-01-minimal-aws-cloudformation-bootstrap
permissions:
id-token: write # for fetching the OIDC token
contents: read # for actions/checkout
pull-requests: write # For dflook comments on PR
on:
push:
branches:
- "master"
paths:
- "examples/01-minimal-aws-cloudformation-bootstrap/**"
- "modules/**"
- ".github/workflows/**01.yaml"
jobs:
tf-apply:
runs-on: ubuntu-latest
name: 01-minimal-aws-cloudformation-bootstrap - apply approved terraform plan
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps:
- name: Checkout
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
with:
ref: master
- name: Configure AWS credentials
uses: aws-actions/configure-aws-credentials@010d0da01d0b5a38af31e9c3470dbfdabdecca3a # v4
with:
role-to-assume: ${{ secrets.OIDC_ROLE_ARN }}
role-session-name: GithubActionsTerraform
aws-region: eu-west-1
- name: Terraform apply
uses: dflook/terraform-apply@61d32f33d4290ac22d21e1e546f9b44ccd776240 # v1
with:
path: examples/01-minimal-aws-cloudformation-bootstrap