Skip to content

[dependabot-terraform]: Bump hashicorp/aws from 5.82.2 to 5.83.0 (#164) #113

[dependabot-terraform]: Bump hashicorp/aws from 5.82.2 to 5.83.0 (#164)

[dependabot-terraform]: Bump hashicorp/aws from 5.82.2 to 5.83.0 (#164) #113

Workflow file for this run

name: CI main
on:
push:
branches: ["main"]
permissions:
contents: read
pull-requests: write
jobs:
#dump_contexts_to_log:
# runs-on: ubuntu-latest
# steps:
# - name: Dump GitHub context
# id: github_context_step
# run: echo '${{ toJSON(github) }}'
# - name: Dump job context
# run: echo '${{ toJSON(job) }}'
# - name: Dump steps context
# run: echo '${{ toJSON(steps) }}'
# - name: Dump runner context
# run: echo '${{ toJSON(runner) }}'
# - name: Dump strategy context
# run: echo '${{ toJSON(strategy) }}'
# - name: Dump matrix context
# run: echo '${{ toJSON(matrix) }}'
terraform_check_validate_and_plan:
uses: ./.github/workflows/reusable_terraform_check_and_plan.yml
secrets: inherit