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
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.