From abce00277eab3873735edca6dbc7299a8f46b83e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Mar 2024 23:15:32 +0000 Subject: [PATCH 1/2] chore(deps): bump terraform-docs/gh-actions from 1.0.0 to 1.1.0 Bumps [terraform-docs/gh-actions](https://github.com/terraform-docs/gh-actions) from 1.0.0 to 1.1.0. - [Release notes](https://github.com/terraform-docs/gh-actions/releases) - [Commits](https://github.com/terraform-docs/gh-actions/compare/v1.0.0...v1.1.0) --- updated-dependencies: - dependency-name: terraform-docs/gh-actions dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/test-and-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-and-release.yml b/.github/workflows/test-and-release.yml index 7cb534c..0802b60 100644 --- a/.github/workflows/test-and-release.yml +++ b/.github/workflows/test-and-release.yml @@ -55,7 +55,7 @@ jobs: ref: ${{ github.event.pull_request.head.ref }} - name: Render terraform docs inside the README.md id: terraform-docs - uses: terraform-docs/gh-actions@v1.0.0 + uses: terraform-docs/gh-actions@v1.1.0 with: working-dir: .,examples/full output-file: README.md From e4e2a740bab988ff7dccd20d6e23951071b31bbd Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 25 Mar 2024 23:16:04 +0000 Subject: [PATCH 2/2] docs(terraform): update README.md --- README.md | 1 - examples/full/README.md | 3 +-- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 6a63a1a..d9cb3e6 100644 --- a/README.md +++ b/README.md @@ -105,5 +105,4 @@ module "actions_runner" { - \ No newline at end of file diff --git a/examples/full/README.md b/examples/full/README.md index ed6bb08..a0924ca 100644 --- a/examples/full/README.md +++ b/examples/full/README.md @@ -30,7 +30,7 @@ resource "helm_release" "cert_manager" { } ``` -## 2. Setup Agents Runner Controller +## 2. Setup Agents Runner Controller ```hcl # setup actions-runner-controller @@ -134,5 +134,4 @@ module "actions_runner" { - \ No newline at end of file