Skip to content

Merge pull request #229 from tablexi/lp-add_s3_encryption #172

Merge pull request #229 from tablexi/lp-add_s3_encryption

Merge pull request #229 from tablexi/lp-add_s3_encryption #172

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 .