Skip to content

waiting for tmp1 until it's available (#43) #61

waiting for tmp1 until it's available (#43)

waiting for tmp1 until it's available (#43) #61

Workflow file for this run

name: Terraform docs and formatting
on:
pull_request_target:
types:
- opened
- synchronize
- reopened
push:
branches:
- main
jobs:
formatting:
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
with:
ref: ${{ github.event.pull_request.head.sha || github.sha }}
- name: terraform fmt
uses: dflook/terraform-fmt-check@86914e9afad7218471018af867cc8d157d485d4b
docs:
runs-on: ubuntu-22.04
needs: formatting
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
with:
ref: ${{ github.ref }}
- name: Render terraform docs and push changes back to PR branch
uses: terraform-docs/gh-actions@e47bfa196e79fa50987ef391be236d9d97b0c786
with:
working-dir: .
output-file: README.md
output-method: inject
git-push: "true"