diff --git a/README.md b/README.md index 0ecd380e7..94d2e879c 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.1.0)](https://dev.azure.com/mscet/CAE-ALZ-Terraform/_build/latest?definitionId=26&branchName=refs%2Ftags%2Fv2.1.0) +[![Build Status](https://dev.azure.com/mscet/CAE-ALZ-Terraform/_apis/build/status/Tests/E2E?branchName=refs%2Ftags%2Fv2.1.1)](https://dev.azure.com/mscet/CAE-ALZ-Terraform/_build/latest?definitionId=26&branchName=refs%2Ftags%2Fv2.1.1) ![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.1.0" + version = "2.1.1" 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 02039093c..277401bac 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.1.0" + version = "2.1.1" providers = { azurerm = azurerm diff --git a/docs/wiki/[Examples]-Deploy-Connectivity-Resources.md b/docs/wiki/[Examples]-Deploy-Connectivity-Resources.md index 930a6f2dd..6c83ca8e4 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.1.0" + version = "2.1.1" 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 34063a530..a3c7461e1 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.1.0" + version = "2.1.1" providers = { azurerm = azurerm diff --git a/docs/wiki/[Examples]-Deploy-Default-Configuration.md b/docs/wiki/[Examples]-Deploy-Default-Configuration.md index 12193b5a3..d75672b0c 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.1.0" + version = "2.1.1" 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 3a383e8a2..1bfd94c18 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.1.0" + version = "2.1.1" 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 f3fca3462..570667d0a 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.1.0" + version = "2.1.1" providers = { azurerm = azurerm diff --git a/docs/wiki/[Examples]-Deploy-Identity-Resources.md b/docs/wiki/[Examples]-Deploy-Identity-Resources.md index f0f96e648..fb692cbae 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.1.0" + version = "2.1.1" 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 6e7de294f..5723ac3bc 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.1.0" + version = "2.1.1" providers = { azurerm = azurerm diff --git a/docs/wiki/[Examples]-Deploy-Management-Resources.md b/docs/wiki/[Examples]-Deploy-Management-Resources.md index 9e8435be7..739b52e80 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.1.0" + version = "2.1.1" providers = { azurerm = azurerm diff --git a/docs/wiki/[Examples]-Deploy-Using-Module-Nesting.md b/docs/wiki/[Examples]-Deploy-Using-Module-Nesting.md index 910f97e66..40294b3c3 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.1.0" + version = "2.1.1" providers = { azurerm = azurerm @@ -135,7 +135,7 @@ data "azurerm_client_config" "core" {} module "enterprise_scale" { source = "Azure/caf-enterprise-scale/azurerm" - version = "2.1.0" + version = "2.1.1" providers = { azurerm = azurerm @@ -184,7 +184,7 @@ module "enterprise_scale" { module "enterprise_scale_nested_landing_zone" { source = "Azure/caf-enterprise-scale/azurerm" - version = "2.1.0" + version = "2.1.1" 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 d49378618..84f414d98 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.1.0" + version = "2.1.1" providers = { azurerm = azurerm diff --git a/docs/wiki/[Examples]-Deploy-Virtual-WAN-Resources.md b/docs/wiki/[Examples]-Deploy-Virtual-WAN-Resources.md index 99bdc7f73..801447028 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.1.0" + version = "2.1.1" 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 9076258f6..1de4e1b4c 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.1.0" + version = "2.1.1" providers = { azurerm = azurerm diff --git a/docs/wiki/[Examples]-Override-Module-Role-Assignments.md b/docs/wiki/[Examples]-Override-Module-Role-Assignments.md index 5a5c6f16e..35220fa79 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.1.0" + version = "2.1.1" providers = { azurerm = azurerm diff --git a/docs/wiki/[User-Guide]-Getting-Started.md b/docs/wiki/[User-Guide]-Getting-Started.md index 23d84522f..0e0a78520 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.1.0" + version = "2.1.1" providers = { azurerm = azurerm diff --git a/docs/wiki/[User-Guide]-Module-Releases.md b/docs/wiki/[User-Guide]-Module-Releases.md index e8dfe7532..5c4a7c69b 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.1.0" + version = "2.1.1" # 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.1.0" + version = "~> 2.1.1" # 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 b6e76e17c..bf9fc9f15 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.1.0" + version = "2.1.1" providers = { azurerm = azurerm @@ -150,7 +150,7 @@ provider "azurerm" { module "caf-enterprise-scale" { source = "Azure/caf-enterprise-scale/azurerm" - version = "2.1.0" + version = "2.1.1" 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.1.0" + version = "2.1.1" providers = { azurerm = azurerm diff --git a/locals.version.tf b/locals.version.tf index 9c00f8f81..25c9af4e8 100644 --- a/locals.version.tf +++ b/locals.version.tf @@ -1,3 +1,3 @@ locals { - module_version = "v2.1.0" + module_version = "v2.1.1" }