Skip to content

chore(deps): bump terraform-docs/gh-actions from 1.2.0 to 1.3.0 #204

chore(deps): bump terraform-docs/gh-actions from 1.2.0 to 1.3.0

chore(deps): bump terraform-docs/gh-actions from 1.2.0 to 1.3.0 #204

Workflow file for this run

"on":
pull_request:
types:
- opened
- edited
- reopened
- synchronize
jobs:
go-tests:
name: Run Terratest Unit Tests
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Terraform
uses: hashicorp/setup-terraform@v1
with:
terraform_version: 1.2.5
terraform_wrapper: false
- name: Run tf Tests
working-directory: example
run: |
terraform init
terraform validate