Skip to content

feat: INFRA-764 Added missing README arguments. Updated cloudinit ref… #10

feat: INFRA-764 Added missing README arguments. Updated cloudinit ref…

feat: INFRA-764 Added missing README arguments. Updated cloudinit ref… #10

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