Skip to content

Commit

Permalink
feat: update to azurermv4 (#62)
Browse files Browse the repository at this point in the history
* bump dependant module version and tf config to support azurerm v4

* pre-coomit ran
  • Loading branch information
jtracey93 authored Jan 8, 2025
1 parent 3a5f03d commit 221d317
Show file tree
Hide file tree
Showing 9 changed files with 13 additions and 13 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
2 changes: 1 addition & 1 deletion examples/custom-zones-vnet-link-existing-rg/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,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
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
2 changes: 1 addition & 1 deletion examples/default/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,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
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
2 changes: 1 addition & 1 deletion examples/with-vnet-link-existing-rg/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,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
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ module "avm_res_network_privatednszone" {
for_each = local.combined_private_link_private_dns_zones_replaced_with_vnets_to_link

source = "Azure/avm-res-network-privatednszone/azurerm"
version = "0.2.1"
version = "0.2.2"

resource_group_name = var.resource_group_creation_enabled ? azurerm_resource_group.this[0].name : var.resource_group_name
domain_name = each.value.zone_value.zone_name
Expand Down
2 changes: 1 addition & 1 deletion terraform.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ terraform {
required_providers {
azurerm = {
source = "hashicorp/azurerm"
version = ">= 3.116.0, < 4.0"
version = ">= 4.0, < 5.0"
}
modtm = {
source = "Azure/modtm"
Expand Down

0 comments on commit 221d317

Please sign in to comment.