Skip to content

chore(deps): bump github.com/hashicorp/aws-sdk-go-base/v2 #2452

chore(deps): bump github.com/hashicorp/aws-sdk-go-base/v2

chore(deps): bump github.com/hashicorp/aws-sdk-go-base/v2 #2452

Workflow file for this run

name: Run terrafmt
permissions:
contents: read
on:
pull_request:
push:
merge_group:
jobs:
terrafmt:
runs-on: ubuntu-latest
steps:
# Checkout should always be before setup-go to ensure caching is working
- uses: actions/checkout@v5
- uses: actions/setup-go@v6
with:
go-version: stable
- name: Run terrafmt on documentation
run: go tool terrafmt fmt --verbose --check ./docs