Skip to content

feat: INFRA-504 Adjust ssh sec groups pair name #7

feat: INFRA-504 Adjust ssh sec groups pair name

feat: INFRA-504 Adjust ssh sec groups pair name #7

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