Skip to content

Commit

Permalink
Try with ALZ fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredfholgate committed Dec 22, 2023
1 parent 6b7afc8 commit 75b63e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/alzreference/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.5.1"
version = ">= 0.6.3"
}
azurerm = {
source = "hashicorp/azurerm"
Expand Down
2 changes: 1 addition & 1 deletion examples/dynamic-input/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.5.1"
version = ">= 0.6.3"
}
azurerm = {
source = "hashicorp/azurerm"
Expand Down

0 comments on commit 75b63e4

Please sign in to comment.