Skip to content

PLT-0 - Allow to add additional domains and destroy resources #22

PLT-0 - Allow to add additional domains and destroy resources

PLT-0 - Allow to add additional domains and destroy resources #22

Workflow file for this run

---
###
### Checks terraform-docs generation
###
name: terraform-docs
on: [pull_request]
jobs:
docs:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@master
- name: terraform-docs
run: |
make terraform-docs
git diff --quiet || { echo "Build Changes"; git diff; git status; false; }