Skip to content

Commit 7b39bb3

Browse files
author
sdeguchi
committed
feat: updating fsi/slz alz libraries
1 parent 456da6c commit 7b39bb3

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

templates/microsoft_cloud_for_industry/financial_services_landing_zone/terraform.tf

+4
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,10 @@ terraform {
3434
provider "alz" {
3535
library_overwrite_enabled = true
3636
library_references = [
37+
{
38+
path = "platform/fsi"
39+
tag = "2025.03.0"
40+
},
3741
{
3842
custom_url = "${path.root}/lib"
3943
}

templates/microsoft_cloud_for_industry/sovereign_landing_zone/terraform.tf

+4
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,10 @@ terraform {
3434
provider "alz" {
3535
library_overwrite_enabled = true
3636
library_references = [
37+
{
38+
path = "platform/slz"
39+
tag = "2025.03.0"
40+
},
3741
{
3842
custom_url = "${path.root}/lib"
3943
}

0 commit comments

Comments
 (0)