Skip to content

Commit 022919b

Browse files
authored
fix: fixing alz provider lib attribute (#221)
1 parent 48d1fb8 commit 022919b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

templates/microsoft_cloud_for_industry/financial_services_landing_zone/terraform.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ provider "alz" {
3636
library_references = [
3737
{
3838
path = "platform/fsi"
39-
tag = "2025.03.0"
39+
ref = "2025.03.0"
4040
},
4141
{
4242
custom_url = "${path.root}/lib"

templates/microsoft_cloud_for_industry/sovereign_landing_zone/terraform.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ provider "alz" {
3636
library_references = [
3737
{
3838
path = "platform/slz"
39-
tag = "2025.03.0"
39+
ref = "2025.03.0"
4040
},
4141
{
4242
custom_url = "${path.root}/lib"

0 commit comments

Comments
 (0)