Skip to content

Update AWS provider/module and generated content (#870) #23411

Update AWS provider/module and generated content (#870)

Update AWS provider/module and generated content (#870) #23411

Workflow file for this run

name: maintenance
on:
push:
branches: [ master ]
schedule:
- cron: '0 0 * * 1'
workflow_dispatch: # Enables on-demand/manual triggering
permissions:
contents: write
pull-requests: write
jobs:
job:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- run: git submodule update --init --depth=0
- uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
with:
go-version-file: 'go.mod'
- uses: hashicorp/setup-terraform@b9cd54a3c349d3f38e8881555d616ced269862dd # v3.1.2
- name: go generate ./...
run: |
cd tools/provider-schema
terraform init -upgrade
terraform providers schema -json > schema.json
cd ../..
git submodule update --remote
go generate ./...
- uses: peter-evans/create-pull-request@271a8d0340265f705b14b6d32b9829c1cb33d45e # v7.0.8
with:
commit-message: |
Update AWS provider/module and generated content
title: Update AWS provider/module and generated content
delete-branch: true
body: |
This is an automated pull request triggered by GitHub Actions. To trigger check runs, close and re-open it.