Skip to content

Commit

Permalink
pre-coomit ran
Browse files Browse the repository at this point in the history
  • Loading branch information
jtracey93 committed Jan 8, 2025
1 parent adced84 commit b0800a9
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ The following requirements are needed by this module:

- <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) (~> 1.5)

- <a name="requirement_azurerm"></a> [azurerm](#requirement\_azurerm) (>= 3.116.0, < 4.0)
- <a name="requirement_azurerm"></a> [azurerm](#requirement\_azurerm) (>= 4.0, < 5.0)

- <a name="requirement_modtm"></a> [modtm](#requirement\_modtm) (~> 0.3)

Expand Down Expand Up @@ -443,7 +443,7 @@ The following Modules are called:

Source: Azure/avm-res-network-privatednszone/azurerm

Version: 0.2.1
Version: 0.2.2

<!-- markdownlint-disable-next-line MD041 -->
## Data Collection
Expand Down
4 changes: 2 additions & 2 deletions examples/custom-zones-vnet-link-existing-rg/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ terraform {
required_providers {
azurerm = {
source = "hashicorp/azurerm"
version = ">= 3.116.0, < 4.0"
version = ">= 4.0, < 5.0"
}
random = {
source = "hashicorp/random"
Expand Down Expand Up @@ -117,7 +117,7 @@ The following requirements are needed by this module:

- <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) (~> 1.5)

- <a name="requirement_azurerm"></a> [azurerm](#requirement\_azurerm) (>= 3.116.0, < 4.0)
- <a name="requirement_azurerm"></a> [azurerm](#requirement\_azurerm) (>= 4.0, < 5.0)

- <a name="requirement_random"></a> [random](#requirement\_random) (~> 3.5)

Expand Down
4 changes: 2 additions & 2 deletions examples/default/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ terraform {
required_providers {
azurerm = {
source = "hashicorp/azurerm"
version = ">= 3.116.0, < 4.0"
version = ">= 4.0, < 5.0"
}
random = {
source = "hashicorp/random"
Expand Down Expand Up @@ -71,7 +71,7 @@ The following requirements are needed by this module:

- <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) (~> 1.5)

- <a name="requirement_azurerm"></a> [azurerm](#requirement\_azurerm) (>= 3.116.0, < 4.0)
- <a name="requirement_azurerm"></a> [azurerm](#requirement\_azurerm) (>= 4.0, < 5.0)

- <a name="requirement_random"></a> [random](#requirement\_random) (~> 3.5)

Expand Down
4 changes: 2 additions & 2 deletions examples/with-vnet-link-existing-rg/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ terraform {
required_providers {
azurerm = {
source = "hashicorp/azurerm"
version = ">= 3.116.0, < 4.0"
version = ">= 4.0, < 5.0"
}
random = {
source = "hashicorp/random"
Expand Down Expand Up @@ -101,7 +101,7 @@ The following requirements are needed by this module:

- <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) (~> 1.5)

- <a name="requirement_azurerm"></a> [azurerm](#requirement\_azurerm) (>= 3.116.0, < 4.0)
- <a name="requirement_azurerm"></a> [azurerm](#requirement\_azurerm) (>= 4.0, < 5.0)

- <a name="requirement_random"></a> [random](#requirement\_random) (~> 3.5)

Expand Down

0 comments on commit b0800a9

Please sign in to comment.