Skip to content

Bump terraform-docs/gh-actions from 1.0.0 to 1.2.0 #104

Bump terraform-docs/gh-actions from 1.0.0 to 1.2.0

Bump terraform-docs/gh-actions from 1.0.0 to 1.2.0 #104

Workflow file for this run

name: 'validate'
on:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: 'Checkout'
uses: actions/checkout@v4
- name: 'Setup Terraform'
uses: hashicorp/[email protected]
with:
terraform_version: 1.0.3
- name: Terraform Init
id: init
run: terraform init
- name: Terraform Validate
id: validate
run: terraform validate -no-color