Skip to content

Merge pull request #230 from tablexi/lp-add_groups #175

Merge pull request #230 from tablexi/lp-add_groups

Merge pull request #230 from tablexi/lp-add_groups #175

Workflow file for this run

name: Terraform
on: [push]
jobs:
fmt:
runs-on: ubuntu-latest
container:
image: hashicorp/terraform:1.0.10
steps:
- uses: actions/checkout@v1
- run: terraform fmt -check -recursive .