Skip to content

build(deps): bump hashicorp/setup-terraform from 2 to 3 (#56) #98

build(deps): bump hashicorp/setup-terraform from 2 to 3 (#56)

build(deps): bump hashicorp/setup-terraform from 2 to 3 (#56) #98

Workflow file for this run

name: Validate
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
validate:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Terraform
uses: hashicorp/setup-terraform@v3
- name: Terraform Validate
run: |
terraform init
terraform validate