Skip to content

Bump github.com/gruntwork-io/terratest from 0.46.7 to 0.46.9 in /test/terratest #176

Bump github.com/gruntwork-io/terratest from 0.46.7 to 0.46.9 in /test/terratest

Bump github.com/gruntwork-io/terratest from 0.46.7 to 0.46.9 in /test/terratest #176

---
name: Terraform Checks
on:
pull_request:
jobs:
validate:
name: Validate terraform configuration
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup Terraform
uses: hashicorp/setup-terraform@v2
with:
terraform_version: ~1.3
- name: Terraform Format
id: fmt
run: terraform fmt -check
- name: Terraform Init
id: init
run: terraform init -backend=false
- name: Terraform Validate
id: validate
run: terraform validate -no-color