Skip to content

Merge pull request #5 from PacoVK/#4-migrate-to-AL2-runtime #21

Merge pull request #5 from PacoVK/#4-migrate-to-AL2-runtime

Merge pull request #5 from PacoVK/#4-migrate-to-AL2-runtime #21

Workflow file for this run

name: Validate module
on: push
defaults:
run:
working-directory: examples/elasticsearch
jobs:
check:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- uses: hashicorp/setup-terraform@v2
- name: Terraform fmt
id: fmt
run: terraform fmt -check -recursive
working-directory: .
- name: Terraform Init
id: init
run: terraform init
- name: Terraform Validate
id: validate
run: terraform validate -no-color