Skip to content

Create terraform.yaml #1

Create terraform.yaml

Create terraform.yaml #1

Workflow file for this run

---
name: tflint
on:
push:
jobs:
tflint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install prerequisites
run: ./bin/install-ubuntu.sh
- name: Terraform init
run: terraform init --backend=false
- name: actions-terraform-composite
uses: rhythmictech/actions-terraform-composite@master