Skip to content

Allow for removal of DBs and bucket #8

Allow for removal of DBs and bucket

Allow for removal of DBs and bucket #8

Workflow file for this run

name: "Push Checks"
on:
push:
branches-ignore:
- main
paths:
- "**/*.tf"
jobs:
push:
name: "On Terraform Push"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: hashicorp/setup-terraform@v1
with:
terraform_version: ${{ secrets.TERRAFORM_VERSION }}
- name: "Terraform Format"
id: fmt
run: terraform fmt -recursive
continue-on-error: true