Skip to content

add execution_environment as a tf variable #15

add execution_environment as a tf variable

add execution_environment as a tf variable #15

Workflow file for this run

name: Generate terraform docs
on:
pull_request:
jobs:
docs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
- name: Render terraform docs and fail on diff
uses: terraform-docs/gh-actions@f6d59f89a280fa0a3febf55ef68f146784b20ba0 # v1.0.0
with:
working-dir: .
output-file: README.md
output-method: inject
fail-on-diff: "true"