From cc22c56ed6849ef900b02c6f538fdfa266368fc5 Mon Sep 17 00:00:00 2001 From: Kevin Rowlandson Date: Mon, 26 Sep 2022 10:06:03 +0100 Subject: [PATCH] Update ready for release `v2.4.0` (#469) --- README.md | 4 ++-- ...s]-Deploy-Connectivity-Resources-With-Custom-Settings.md | 2 +- docs/wiki/[Examples]-Deploy-Connectivity-Resources.md | 2 +- .../[Examples]-Deploy-Custom-Landing-Zone-Archetypes.md | 2 +- docs/wiki/[Examples]-Deploy-Default-Configuration.md | 2 +- docs/wiki/[Examples]-Deploy-Demo-Landing-Zone-Archetypes.md | 2 +- ...mples]-Deploy-Identity-Resources-With-Custom-Settings.md | 2 +- docs/wiki/[Examples]-Deploy-Identity-Resources.md | 2 +- ...les]-Deploy-Management-Resources-With-Custom-Settings.md | 2 +- docs/wiki/[Examples]-Deploy-Management-Resources.md | 2 +- docs/wiki/[Examples]-Deploy-Using-Module-Nesting.md | 6 +++--- ...es]-Deploy-Virtual-WAN-Resources-With-Custom-Settings.md | 2 +- docs/wiki/[Examples]-Deploy-Virtual-WAN-Resources.md | 2 +- .../[Examples]-Expand-built-in-archetype-definitions.md | 2 +- docs/wiki/[Examples]-Override-Module-Role-Assignments.md | 2 +- docs/wiki/[User-Guide]-Getting-Started.md | 2 +- docs/wiki/[User-Guide]-Module-Releases.md | 4 ++-- docs/wiki/[User-Guide]-Provider-Configuration.md | 6 +++--- locals.version.tf | 2 +- 19 files changed, 25 insertions(+), 25 deletions(-) diff --git a/README.md b/README.md index 246369b7a..2a00b86c9 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Azure landing zones Terraform module -[![Build Status](https://dev.azure.com/mscet/CAE-ALZ-Terraform/_apis/build/status/Tests/E2E?branchName=refs%2Ftags%2Fv2.3.1)](https://dev.azure.com/mscet/CAE-ALZ-Terraform/_build/latest?definitionId=26&branchName=refs%2Ftags%2Fv2.3.1) +[![Build Status](https://dev.azure.com/mscet/CAE-ALZ-Terraform/_apis/build/status/Tests/E2E?branchName=refs%2Ftags%2Fv2.4.0)](https://dev.azure.com/mscet/CAE-ALZ-Terraform/_build/latest?definitionId=26&branchName=refs%2Ftags%2Fv2.4.0) ![GitHub release (latest SemVer)](https://img.shields.io/github/v/release/Azure/terraform-azurerm-caf-enterprise-scale?style=flat&logo=github) Detailed information about how to use, configure and extend this module can be found on our Wiki: @@ -94,7 +94,7 @@ variable "root_name" { module "enterprise_scale" { source = "Azure/caf-enterprise-scale/azurerm" - version = "2.3.1" + version = "2.4.0" providers = { azurerm = azurerm diff --git a/docs/wiki/[Examples]-Deploy-Connectivity-Resources-With-Custom-Settings.md b/docs/wiki/[Examples]-Deploy-Connectivity-Resources-With-Custom-Settings.md index a94049ea7..c64a436d4 100644 --- a/docs/wiki/[Examples]-Deploy-Connectivity-Resources-With-Custom-Settings.md +++ b/docs/wiki/[Examples]-Deploy-Connectivity-Resources-With-Custom-Settings.md @@ -139,7 +139,7 @@ data "azurerm_client_config" "core" {} module "enterprise_scale" { source = "Azure/caf-enterprise-scale/azurerm" - version = "2.3.1" + version = "2.4.0" providers = { azurerm = azurerm diff --git a/docs/wiki/[Examples]-Deploy-Connectivity-Resources.md b/docs/wiki/[Examples]-Deploy-Connectivity-Resources.md index d7e819189..7e26f58cd 100644 --- a/docs/wiki/[Examples]-Deploy-Connectivity-Resources.md +++ b/docs/wiki/[Examples]-Deploy-Connectivity-Resources.md @@ -70,7 +70,7 @@ data "azurerm_client_config" "core" {} module "enterprise_scale" { source = "Azure/caf-enterprise-scale/azurerm" - version = "2.3.1" + version = "2.4.0" providers = { azurerm = azurerm diff --git a/docs/wiki/[Examples]-Deploy-Custom-Landing-Zone-Archetypes.md b/docs/wiki/[Examples]-Deploy-Custom-Landing-Zone-Archetypes.md index b7f730a57..7228abd7a 100644 --- a/docs/wiki/[Examples]-Deploy-Custom-Landing-Zone-Archetypes.md +++ b/docs/wiki/[Examples]-Deploy-Custom-Landing-Zone-Archetypes.md @@ -95,7 +95,7 @@ data "azurerm_client_config" "core" {} module "enterprise_scale" { source = "Azure/caf-enterprise-scale/azurerm" - version = "2.3.1" + version = "2.4.0" providers = { azurerm = azurerm diff --git a/docs/wiki/[Examples]-Deploy-Default-Configuration.md b/docs/wiki/[Examples]-Deploy-Default-Configuration.md index d0d02434e..b3567780c 100644 --- a/docs/wiki/[Examples]-Deploy-Default-Configuration.md +++ b/docs/wiki/[Examples]-Deploy-Default-Configuration.md @@ -45,7 +45,7 @@ data "azurerm_client_config" "core" {} module "enterprise_scale" { source = "Azure/caf-enterprise-scale/azurerm" - version = "2.3.1" + version = "2.4.0" providers = { azurerm = azurerm diff --git a/docs/wiki/[Examples]-Deploy-Demo-Landing-Zone-Archetypes.md b/docs/wiki/[Examples]-Deploy-Demo-Landing-Zone-Archetypes.md index 34302a2be..8dc181aa7 100644 --- a/docs/wiki/[Examples]-Deploy-Demo-Landing-Zone-Archetypes.md +++ b/docs/wiki/[Examples]-Deploy-Demo-Landing-Zone-Archetypes.md @@ -52,7 +52,7 @@ data "azurerm_client_config" "core" {} module "enterprise_scale" { source = "Azure/caf-enterprise-scale/azurerm" - version = "2.3.1" + version = "2.4.0" providers = { azurerm = azurerm diff --git a/docs/wiki/[Examples]-Deploy-Identity-Resources-With-Custom-Settings.md b/docs/wiki/[Examples]-Deploy-Identity-Resources-With-Custom-Settings.md index 2282131b4..2f3f73078 100644 --- a/docs/wiki/[Examples]-Deploy-Identity-Resources-With-Custom-Settings.md +++ b/docs/wiki/[Examples]-Deploy-Identity-Resources-With-Custom-Settings.md @@ -101,7 +101,7 @@ data "azurerm_client_config" "core" {} module "enterprise_scale" { source = "Azure/caf-enterprise-scale/azurerm" - version = "2.3.1" + version = "2.4.0" providers = { azurerm = azurerm diff --git a/docs/wiki/[Examples]-Deploy-Identity-Resources.md b/docs/wiki/[Examples]-Deploy-Identity-Resources.md index dc2c08037..dcd296344 100644 --- a/docs/wiki/[Examples]-Deploy-Identity-Resources.md +++ b/docs/wiki/[Examples]-Deploy-Identity-Resources.md @@ -60,7 +60,7 @@ data "azurerm_client_config" "core" {} module "enterprise_scale" { source = "Azure/caf-enterprise-scale/azurerm" - version = "2.3.1" + version = "2.4.0" providers = { azurerm = azurerm diff --git a/docs/wiki/[Examples]-Deploy-Management-Resources-With-Custom-Settings.md b/docs/wiki/[Examples]-Deploy-Management-Resources-With-Custom-Settings.md index 114e34ecf..8071e1520 100644 --- a/docs/wiki/[Examples]-Deploy-Management-Resources-With-Custom-Settings.md +++ b/docs/wiki/[Examples]-Deploy-Management-Resources-With-Custom-Settings.md @@ -131,7 +131,7 @@ data "azurerm_client_config" "core" {} module "enterprise_scale" { source = "Azure/caf-enterprise-scale/azurerm" - version = "2.3.1" + version = "2.4.0" providers = { azurerm = azurerm diff --git a/docs/wiki/[Examples]-Deploy-Management-Resources.md b/docs/wiki/[Examples]-Deploy-Management-Resources.md index f3f3029b7..600208d6a 100644 --- a/docs/wiki/[Examples]-Deploy-Management-Resources.md +++ b/docs/wiki/[Examples]-Deploy-Management-Resources.md @@ -61,7 +61,7 @@ data "azurerm_client_config" "core" {} module "enterprise_scale" { source = "Azure/caf-enterprise-scale/azurerm" - version = "2.3.1" + version = "2.4.0" providers = { azurerm = azurerm diff --git a/docs/wiki/[Examples]-Deploy-Using-Module-Nesting.md b/docs/wiki/[Examples]-Deploy-Using-Module-Nesting.md index 727db3e2d..431a8fdd1 100644 --- a/docs/wiki/[Examples]-Deploy-Using-Module-Nesting.md +++ b/docs/wiki/[Examples]-Deploy-Using-Module-Nesting.md @@ -13,7 +13,7 @@ The extra code needed to extend your configuration, is the following: module "enterprise_scale_nested_landing_zone" { source = "Azure/caf-enterprise-scale/azurerm" - version = "2.3.1" + version = "2.4.0" providers = { azurerm = azurerm @@ -135,7 +135,7 @@ data "azurerm_client_config" "core" {} module "enterprise_scale" { source = "Azure/caf-enterprise-scale/azurerm" - version = "2.3.1" + version = "2.4.0" providers = { azurerm = azurerm @@ -184,7 +184,7 @@ module "enterprise_scale" { module "enterprise_scale_nested_landing_zone" { source = "Azure/caf-enterprise-scale/azurerm" - version = "2.3.1" + version = "2.4.0" providers = { azurerm = azurerm diff --git a/docs/wiki/[Examples]-Deploy-Virtual-WAN-Resources-With-Custom-Settings.md b/docs/wiki/[Examples]-Deploy-Virtual-WAN-Resources-With-Custom-Settings.md index bd9f99601..fc730b43a 100644 --- a/docs/wiki/[Examples]-Deploy-Virtual-WAN-Resources-With-Custom-Settings.md +++ b/docs/wiki/[Examples]-Deploy-Virtual-WAN-Resources-With-Custom-Settings.md @@ -137,7 +137,7 @@ data "azurerm_client_config" "core" {} module "enterprise_scale" { source = "Azure/caf-enterprise-scale/azurerm" - version = "2.3.1" + version = "2.4.0" providers = { azurerm = azurerm diff --git a/docs/wiki/[Examples]-Deploy-Virtual-WAN-Resources.md b/docs/wiki/[Examples]-Deploy-Virtual-WAN-Resources.md index 89d1ec9d8..f528724e8 100644 --- a/docs/wiki/[Examples]-Deploy-Virtual-WAN-Resources.md +++ b/docs/wiki/[Examples]-Deploy-Virtual-WAN-Resources.md @@ -77,7 +77,7 @@ data "azurerm_client_config" "core" {} module "enterprise_scale" { source = "Azure/caf-enterprise-scale/azurerm" - version = "2.3.1" + version = "2.4.0" providers = { azurerm = azurerm diff --git a/docs/wiki/[Examples]-Expand-built-in-archetype-definitions.md b/docs/wiki/[Examples]-Expand-built-in-archetype-definitions.md index b8b5df4a5..ed291d6a7 100644 --- a/docs/wiki/[Examples]-Expand-built-in-archetype-definitions.md +++ b/docs/wiki/[Examples]-Expand-built-in-archetype-definitions.md @@ -97,7 +97,7 @@ data "azurerm_client_config" "core" {} module "enterprise_scale" { source = "Azure/caf-enterprise-scale/azurerm" - version = "2.3.1" + version = "2.4.0" providers = { azurerm = azurerm diff --git a/docs/wiki/[Examples]-Override-Module-Role-Assignments.md b/docs/wiki/[Examples]-Override-Module-Role-Assignments.md index e681e6557..cdfb8a73a 100644 --- a/docs/wiki/[Examples]-Override-Module-Role-Assignments.md +++ b/docs/wiki/[Examples]-Override-Module-Role-Assignments.md @@ -103,7 +103,7 @@ data "azurerm_client_config" "core" {} module "enterprise_scale" { source = "Azure/caf-enterprise-scale/azurerm" - version = "2.3.1" + version = "2.4.0" providers = { azurerm = azurerm diff --git a/docs/wiki/[User-Guide]-Getting-Started.md b/docs/wiki/[User-Guide]-Getting-Started.md index 644d40afa..5b929ecaa 100644 --- a/docs/wiki/[User-Guide]-Getting-Started.md +++ b/docs/wiki/[User-Guide]-Getting-Started.md @@ -73,7 +73,7 @@ Copy and paste the following 'module' block into your Terraform configuration, i ```hcl module "caf-enterprise-scale" { source = "Azure/caf-enterprise-scale/azurerm" - version = "2.3.1" + version = "2.4.0" providers = { azurerm = azurerm diff --git a/docs/wiki/[User-Guide]-Module-Releases.md b/docs/wiki/[User-Guide]-Module-Releases.md index a691436e0..f96e3bd86 100644 --- a/docs/wiki/[User-Guide]-Module-Releases.md +++ b/docs/wiki/[User-Guide]-Module-Releases.md @@ -61,7 +61,7 @@ To do this, you would use the following version constraint syntax: ```terraform module "enterprise_scale" { source = "Azure/caf-enterprise-scale/azurerm" - version = "2.3.1" + version = "2.4.0" # Insert provider block and input variables here } @@ -74,7 +74,7 @@ To allow automatic upgrades to the latest patch release, use the following versi ```terraform module "enterprise_scale" { source = "Azure/caf-enterprise-scale/azurerm" - version = "~> 2.3.1" + version = "~> 2.4.0" # Insert provider block and input variables here } diff --git a/docs/wiki/[User-Guide]-Provider-Configuration.md b/docs/wiki/[User-Guide]-Provider-Configuration.md index b10354ee0..a345c2f8d 100644 --- a/docs/wiki/[User-Guide]-Provider-Configuration.md +++ b/docs/wiki/[User-Guide]-Provider-Configuration.md @@ -70,7 +70,7 @@ provider "azurerm" { module "caf-enterprise-scale" { source = "Azure/caf-enterprise-scale/azurerm" - version = "2.3.1" + version = "2.4.0" providers = { azurerm = azurerm @@ -150,7 +150,7 @@ provider "azurerm" { module "caf-enterprise-scale" { source = "Azure/caf-enterprise-scale/azurerm" - version = "2.3.1" + version = "2.4.0" providers = { azurerm = azurerm @@ -208,7 +208,7 @@ data "azurerm_client_config" "connectivity" { # Map each module provider to their corresponding `azurerm` provider using the providers input object module "enterprise_scale" { source = "Azure/caf-enterprise-scale/azurerm" - version = "2.3.1" + version = "2.4.0" providers = { azurerm = azurerm diff --git a/locals.version.tf b/locals.version.tf index b2589c21c..713dc59b2 100644 --- a/locals.version.tf +++ b/locals.version.tf @@ -1,3 +1,3 @@ locals { - module_version = "v2.3.1" + module_version = "v2.4.0" }