Skip to content

PRODENG-2370 re-enable terraform log out #82

PRODENG-2370 re-enable terraform log out

PRODENG-2370 re-enable terraform log out #82

Workflow file for this run

name: 'validate'
on:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: 'Checkout'
uses: actions/checkout@v3
- 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