Skip to content

Pin version until https://github.com/hashicorp/terraform-provider-aws… #184

Pin version until https://github.com/hashicorp/terraform-provider-aws…

Pin version until https://github.com/hashicorp/terraform-provider-aws… #184

Workflow file for this run

name: 'Terraform'
on:
push:
branches:
- master
pull_request:
jobs:
quickstart:
name: 'Terraform'
runs-on: ubuntu-latest
steps:
# Checkout the repository to the GitHub Actions runner
- name: Checkout
uses: actions/checkout@v2
- uses: hashicorp/setup-terraform@v1
- name: Terraform Version
run: terraform version
# Checks that all Terraform configuration files adhere to a canonical format
- name: Terraform Format
run: terraform fmt -recursive -check
- name: Terraform init
run: terraform init
- name: Terraform Validate
run: terraform validate