Skip to content

Merge pull request #2 from Ferlab-Ste-Justine/feature/vault-agent-int… #11

Merge pull request #2 from Ferlab-Ste-Justine/feature/vault-agent-int…

Merge pull request #2 from Ferlab-Ste-Justine/feature/vault-agent-int… #11

name: Run Terraform Validate
on: [push]
jobs:
Deploy:
name: Validate the Terraform files
runs-on: ubuntu-22.04
container: hashicorp/terraform:1.3.10
steps:
- uses: actions/checkout@v2
- name: Initialize the terraform modules
run: terraform init
- name: Validate the terraform files
run: terraform validate