From b291d7e8d810e2ff2c67fb12910b0ceb3edcf561 Mon Sep 17 00:00:00 2001
From: Matt White <16320656+matt-FFFFFF@users.noreply.github.com>
Date: Thu, 31 Oct 2024 11:19:48 +0000
Subject: [PATCH] feat: alz prov 0.16
---
examples/management/README.md | 2 +-
examples/management/terraform.tf | 2 +-
.../policy-assignment-modification-with-custom-lib/README.md | 2 +-
.../policy-assignment-modification-with-custom-lib/terraform.tf | 2 +-
examples/template-architecture-definition/README.md | 2 +-
examples/template-architecture-definition/terraform.tf | 2 +-
6 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/examples/management/README.md b/examples/management/README.md
index 9088ac7..65a1b7e 100644
--- a/examples/management/README.md
+++ b/examples/management/README.md
@@ -67,7 +67,7 @@ The following requirements are needed by this module:
- [terraform](#requirement\_terraform) (~> 1.8)
-- [alz](#requirement\_alz) (>= 0.15.3, < 1.0.0)
+- [alz](#requirement\_alz) (~> 0.16)
- [azapi](#requirement\_azapi) (~> 2.0, >= 2.0.1)
diff --git a/examples/management/terraform.tf b/examples/management/terraform.tf
index 690e8cf..83c1dc2 100644
--- a/examples/management/terraform.tf
+++ b/examples/management/terraform.tf
@@ -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"
diff --git a/examples/policy-assignment-modification-with-custom-lib/README.md b/examples/policy-assignment-modification-with-custom-lib/README.md
index 2c244b0..97bef09 100644
--- a/examples/policy-assignment-modification-with-custom-lib/README.md
+++ b/examples/policy-assignment-modification-with-custom-lib/README.md
@@ -87,7 +87,7 @@ The following requirements are needed by this module:
- [terraform](#requirement\_terraform) (~> 1.8)
-- [alz](#requirement\_alz) (~> 0.13)
+- [alz](#requirement\_alz) (~> 0.16)
- [azurerm](#requirement\_azurerm) (~> 3.107)
diff --git a/examples/policy-assignment-modification-with-custom-lib/terraform.tf b/examples/policy-assignment-modification-with-custom-lib/terraform.tf
index 3b5b1ad..af58d70 100644
--- a/examples/policy-assignment-modification-with-custom-lib/terraform.tf
+++ b/examples/policy-assignment-modification-with-custom-lib/terraform.tf
@@ -3,7 +3,7 @@ terraform {
required_providers {
alz = {
source = "azure/alz"
- version = "~> 0.13"
+ version = "~> 0.16"
}
azurerm = {
source = "hashicorp/azurerm"
diff --git a/examples/template-architecture-definition/README.md b/examples/template-architecture-definition/README.md
index e85837d..3893008 100644
--- a/examples/template-architecture-definition/README.md
+++ b/examples/template-architecture-definition/README.md
@@ -40,7 +40,7 @@ The following requirements are needed by this module:
- [terraform](#requirement\_terraform) (~> 1.8)
-- [alz](#requirement\_alz) (~> 0.13)
+- [alz](#requirement\_alz) (~> 0.16)
- [azapi](#requirement\_azapi) (~> 2.0, >= 2.0.1)
diff --git a/examples/template-architecture-definition/terraform.tf b/examples/template-architecture-definition/terraform.tf
index aef0e7f..efe7353 100644
--- a/examples/template-architecture-definition/terraform.tf
+++ b/examples/template-architecture-definition/terraform.tf
@@ -3,7 +3,7 @@ terraform {
required_providers {
alz = {
source = "azure/alz"
- version = "~> 0.13"
+ version = "~> 0.16"
}
azapi = {
source = "azure/azapi"