diff --git a/.github/policies/eventResponder.yml b/.github/policies/eventResponder.yml
index 8aed181..bad111d 100644
--- a/.github/policies/eventResponder.yml
+++ b/.github/policies/eventResponder.yml
@@ -17,13 +17,6 @@ configuration:
then:
- addLabel:
label: "Needs: Triage :mag:"
- - addReply:
- reply: |
- > [!IMPORTANT]
- > **The "Needs: Triage :mag:" label must be removed once the triage process is complete!**
-
- > [!TIP]
- > For additional guidance on how to triage this issue/PR, see the [TF Issue Triage](https://azure.github.io/Azure-Verified-Modules/help-support/issue-triage/tf-issue-triage/) documentation.
- description: 'ITA09 - When #RR is used in an issue, add the "Needs: Author Feedback :ear:" label'
if:
@@ -96,8 +89,6 @@ configuration:
label: "Type: New Module Proposal :bulb:"
- hasLabel:
label: "Type: Question/Feedback :raising_hand:"
- - hasLabel:
- label: "Type: Security Bug :lock:"
- isAssignedToSomeone
then:
- removeLabel:
@@ -137,23 +128,6 @@ configuration:
- addLabel:
label: "Type: Bug :bug:"
- - description: 'ITA22 - If the type is security bug, add the "Type: Security Bug :lock:" label on the issue'
- if:
- - payloadType: Issues
- - isAction:
- action: Opened
- - bodyContains:
- pattern: |
- ### Issue Type?
-
- Security Bug
- - not:
- hasLabel:
- label: "Type: Security Bug :lock:"
- then:
- - addLabel:
- label: "Type: Security Bug :lock:"
-
- description: 'ITA23 - Remove the "Status: In PR" label from an issue when it''s closed.'
if:
- payloadType: Issues
diff --git a/.github/policies/scheduledSearches.yml b/.github/policies/scheduledSearches.yml
index 23cb4f6..3b4b468 100644
--- a/.github/policies/scheduledSearches.yml
+++ b/.github/policies/scheduledSearches.yml
@@ -198,12 +198,6 @@ configuration:
> [!IMPORTANT]
> @${issueAuthor}, this issue has been automatically marked as stale because it has been marked as requiring author feedback but has not had any activity for **4 days**. It will be closed if no further activity occurs **within 3 days of this comment**.
- > [!TIP]
- > To prevent further actions to take effect, one of the following conditions must be met:
- > - The author must respond in a comment within 3 days of this comment.
- > - The "Status: No Recent Activity :zzz:" label must be removed.
- > - If applicable, the "Status: Long Term :hourglass_flowing_sand:" or the "Needs: Module Owner :mega:" label must be added.
-
- description: 'ITA05A - Close issues that have been marked as requiring author feedback but have not had any activity for 3 days, unless it''s been marked with the "Status long term" label.'
frequencies:
- hourly:
@@ -224,9 +218,6 @@ configuration:
reply: |
> [!WARNING]
> @${issueAuthor}, this issue will now be closed, as it has been marked as requiring author feedback but has not had any activity for **7 days**.
-
- > [!TIP]
- > In case this issue needs to be reopened (e.g., the author responds after the issue was closed), the "Status: No Recent Activity :zzz:" label must be removed.
- closeIssue
- description: 'ITA05B - Close issues that have been marked as requiring author feedback but have not had any activity for 3 days, unless it''s been marked with the "Status long term" label.'
@@ -249,7 +240,4 @@ configuration:
reply: |
> [!WARNING]
> @${issueAuthor}, this issue will now be closed, as it has been marked as requiring author feedback but has not had any activity for **7 days**.
-
- > [!TIP]
- > In case this issue needs to be reopened (e.g., the author responds after the issue was closed), the "Status: No Recent Activity :zzz:" label must be removed.
- closeIssue
diff --git a/.terraform-docs.yml b/.terraform-docs.yml
index 09862b0..5f3b231 100644
--- a/.terraform-docs.yml
+++ b/.terraform-docs.yml
@@ -4,7 +4,7 @@
formatter: "markdown document" # this is required
-version: "~> 0.18.0"
+version: "~> 0.18"
header-from: "_header.md"
footer-from: "_footer.md"
@@ -23,8 +23,6 @@ content: |-
{{ .Requirements }}
- {{ .Providers }}
-
{{ .Resources }}
diff --git a/README.md b/README.md
index 095d403..b7bb24a 100644
--- a/README.md
+++ b/README.md
@@ -19,16 +19,6 @@ The following requirements are needed by this module:
- [random](#requirement\_random) (~> 3.6.2)
-## Providers
-
-The following providers are used by this module:
-
-- [azurerm](#provider\_azurerm) (~> 3.110)
-
-- [modtm](#provider\_modtm) (~> 0.3.2)
-
-- [random](#provider\_random) (~> 3.6.2)
-
## Resources
The following resources are used by this module:
diff --git a/examples/.terraform-docs.yml b/examples/.terraform-docs.yml
index d18e428..bdfb331 100644
--- a/examples/.terraform-docs.yml
+++ b/examples/.terraform-docs.yml
@@ -4,7 +4,7 @@
formatter: "markdown document" # this is required
-version: "~> 0.18.0"
+version: "~> 0.18"
header-from: "_header.md"
footer-from: "_footer.md"
@@ -27,8 +27,6 @@ content: |-
{{ .Requirements }}
- {{ .Providers }}
-
{{ .Resources }}
diff --git a/examples/default/README.md b/examples/default/README.md
index 94b88d0..92efced 100644
--- a/examples/default/README.md
+++ b/examples/default/README.md
@@ -103,14 +103,6 @@ The following requirements are needed by this module:
- [random](#requirement\_random) (~> 3.6.2)
-## Providers
-
-The following providers are used by this module:
-
-- [azurerm](#provider\_azurerm) (~> 3.110)
-
-- [random](#provider\_random) (~> 3.6.2)
-
## Resources
The following resources are used by this module:
diff --git a/examples/encrypted-disk/README.md b/examples/encrypted-disk/README.md
index 53a66ff..cb94dba 100644
--- a/examples/encrypted-disk/README.md
+++ b/examples/encrypted-disk/README.md
@@ -65,14 +65,6 @@ The following requirements are needed by this module:
- [random](#requirement\_random) (~> 3.6.2)
-## Providers
-
-The following providers are used by this module:
-
-- [azurerm](#provider\_azurerm) (~> 3.110)
-
-- [random](#provider\_random) (~> 3.6.2)
-
## Resources
The following resources are used by this module:
diff --git a/examples/public-endpoint/README.md b/examples/public-endpoint/README.md
index 18ee3d1..d7b7f8e 100644
--- a/examples/public-endpoint/README.md
+++ b/examples/public-endpoint/README.md
@@ -83,14 +83,6 @@ The following requirements are needed by this module:
- [random](#requirement\_random) (~> 3.6.2)
-## Providers
-
-The following providers are used by this module:
-
-- [azurerm](#provider\_azurerm) (~> 3.110)
-
-- [random](#provider\_random) (~> 3.6.2)
-
## Resources
The following resources are used by this module: