Skip to content

build(deps): Bump github.com/gruntwork-io/terratest from 0.47.2 to 0.48.0 #131

build(deps): Bump github.com/gruntwork-io/terratest from 0.47.2 to 0.48.0

build(deps): Bump github.com/gruntwork-io/terratest from 0.47.2 to 0.48.0 #131

Workflow file for this run

---
# This workflow uses actions that are not certified by GitHub. They are provided
# by a third-party and are governed by separate terms of service, privacy
# policy, and support documentation.
name: Documentation
on:
workflow_dispatch:
push:
branches:
- main
pull_request:
branches:
- main
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
permissions:
contents: read
jobs:
docs:
runs-on: ubuntu-latest
name: Generate documentation
permissions:
contents: write
steps:
- name: Harden Runner
uses: step-security/harden-runner@91182cccc01eb5e619899d80e4e971d6181294a7 # v2.10.1
with:
disable-sudo: true
egress-policy: block
allowed-endpoints: >
github.com:443
- name: Checkout Source
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
with:
ref: main
- name: Render Terraform docs and push changes back to PR
uses: terraform-docs/gh-actions@aeae0038ed47a547e0c0fca5c059d3335f48fb25 # v1.3.0
with:
git-commit-message: "docs: Generate documentation in README.md"
git-push-sign-off: "true"
git-push: "true"
output-file: README.md
output-method: inject
working-dir: .