From 47bc0838f001edbe2f3989f1f71d2ebbd931834b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 12 May 2024 00:52:39 +0000 Subject: [PATCH 1/2] Bump actions/checkout from 4.1.4 to 4.1.5 Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.4 to 4.1.5. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v4.1.4...v4.1.5) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/dependency-tests.yml | 6 +++--- .github/workflows/manual-test-release.yml | 4 ++-- .github/workflows/manual-test.yml | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/dependency-tests.yml b/.github/workflows/dependency-tests.yml index 42be60b..7a38b46 100644 --- a/.github/workflows/dependency-tests.yml +++ b/.github/workflows/dependency-tests.yml @@ -21,7 +21,7 @@ jobs: if: ${{ github.actor == 'dependabot[bot]' }} steps: - name: Checkout - uses: actions/checkout@v4.1.4 + uses: actions/checkout@v4.1.5 - name: Run Dependency Tests - Plan AND Apply AND Destroy uses: Pwd9000-ML/terraform-azurerm-tests@v1.0.6 @@ -51,7 +51,7 @@ jobs: if: ${{ github.actor == 'dependabot[bot]' }} steps: - name: Checkout - uses: actions/checkout@v4.1.4 + uses: actions/checkout@v4.1.5 with: ref: ${{ github.event.pull_request.head.ref }} @@ -74,7 +74,7 @@ jobs: if: ${{ github.actor == 'dependabot[bot]' }} steps: - name: Checkout - uses: actions/checkout@v4.1.4 + uses: actions/checkout@v4.1.5 with: token: ${{secrets.GITHUB_TOKEN}} diff --git a/.github/workflows/manual-test-release.yml b/.github/workflows/manual-test-release.yml index e93e516..19afa02 100644 --- a/.github/workflows/manual-test-release.yml +++ b/.github/workflows/manual-test-release.yml @@ -15,7 +15,7 @@ jobs: actions: read steps: - name: Checkout - uses: actions/checkout@v4.1.4 + uses: actions/checkout@v4.1.5 - name: Plan AND Apply AND Destroy uses: Pwd9000-ML/terraform-azurerm-tests@v1.0.6 @@ -44,7 +44,7 @@ jobs: contents: write steps: - name: Checkout - uses: actions/checkout@v4.1.4 + uses: actions/checkout@v4.1.5 with: ref: ${{ github.event.pull_request.head.ref }} diff --git a/.github/workflows/manual-test.yml b/.github/workflows/manual-test.yml index 806bbfb..1e2ed63 100644 --- a/.github/workflows/manual-test.yml +++ b/.github/workflows/manual-test.yml @@ -19,7 +19,7 @@ jobs: actions: read steps: - name: Checkout - uses: actions/checkout@v4.1.4 + uses: actions/checkout@v4.1.5 - name: Plan AND Apply Only uses: Pwd9000-ML/terraform-azurerm-tests@v1.0.6 From 136ff701eb895dc25be632768b1875de9cf7ed80 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 12 May 2024 01:13:02 +0000 Subject: [PATCH 2/2] terraform-docs: automated action --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 329a21b..978200a 100644 --- a/README.md +++ b/README.md @@ -88,6 +88,18 @@ This terraform module was developed by **Marcel Lupo** as part of a project to e ## Requirements +| Name | Version | +|------|---------| +| [terraform](#requirement\_terraform) | >= 1.7.0 | +| [azurerm](#requirement\_azurerm) | ~> 3.101.0 | + +## Providers + +| Name | Version | +|------|---------| +| [azurerm](#provider\_azurerm) | ~> 3.101.0 | +| [random](#provider\_random) | n/a | + ## Modules No modules.