Skip to content

chore(deps): bump github.com/hashicorp/terraform-plugin-testing from 1.5.1 to 1.13.3 #1625

chore(deps): bump github.com/hashicorp/terraform-plugin-testing from 1.5.1 to 1.13.3

chore(deps): bump github.com/hashicorp/terraform-plugin-testing from 1.5.1 to 1.13.3 #1625

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@v5
with:
go-version: 1.24.0
- name: Run terrafmt on documentation
run: go tool terrafmt fmt --verbose --check ./docs