Skip to content

Commit

Permalink
feat: alz prov 0.16
Browse files Browse the repository at this point in the history
  • Loading branch information
matt-FFFFFF committed Oct 31, 2024
1 parent db4d534 commit b291d7e
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion examples/management/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ The following requirements are needed by this module:

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

- <a name="requirement_alz"></a> [alz](#requirement\_alz) (>= 0.15.3, < 1.0.0)
- <a name="requirement_alz"></a> [alz](#requirement\_alz) (~> 0.16)

- <a name="requirement_azapi"></a> [azapi](#requirement\_azapi) (~> 2.0, >= 2.0.1)

Expand Down
2 changes: 1 addition & 1 deletion examples/management/terraform.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ terraform {
required_providers {
alz = {
source = "Azure/alz"
version = ">= 0.15.3, < 1.0.0"
version = "~> 0.16"
}
azapi = {
source = "Azure/azapi"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ The following requirements are needed by this module:

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

- <a name="requirement_alz"></a> [alz](#requirement\_alz) (~> 0.13)
- <a name="requirement_alz"></a> [alz](#requirement\_alz) (~> 0.16)

- <a name="requirement_azurerm"></a> [azurerm](#requirement\_azurerm) (~> 3.107)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ terraform {
required_providers {
alz = {
source = "azure/alz"
version = "~> 0.13"
version = "~> 0.16"
}
azurerm = {
source = "hashicorp/azurerm"
Expand Down
2 changes: 1 addition & 1 deletion examples/template-architecture-definition/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ The following requirements are needed by this module:

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

- <a name="requirement_alz"></a> [alz](#requirement\_alz) (~> 0.13)
- <a name="requirement_alz"></a> [alz](#requirement\_alz) (~> 0.16)

- <a name="requirement_azapi"></a> [azapi](#requirement\_azapi) (~> 2.0, >= 2.0.1)

Expand Down
2 changes: 1 addition & 1 deletion examples/template-architecture-definition/terraform.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ terraform {
required_providers {
alz = {
source = "azure/alz"
version = "~> 0.13"
version = "~> 0.16"
}
azapi = {
source = "azure/azapi"
Expand Down

0 comments on commit b291d7e

Please sign in to comment.