Skip to content

Debugging subnet cidr calculation #3

Debugging subnet cidr calculation

Debugging subnet cidr calculation #3

Workflow file for this run

name: Generate terraform docs
on:
push:
branches:
- main
jobs:
docs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
ref: main
- name: Render terraform docs and append to end of README.md
uses: terraform-docs/gh-actions@v1.1.0
with:
working-dir: .
output-file: README.md
output-method: inject
git-push: "true"