Skip to content

Commit

Permalink
Update Library Templates (automated) (#440)
Browse files Browse the repository at this point in the history
* Update Library Templates (automated)

* Add updates to baseline_values.json

* Update docs for release `v2.3.0`

Co-authored-by: github-actions <[email protected]>
Co-authored-by: Kevin Rowlandson <[email protected]>
  • Loading branch information
3 people authored Aug 15, 2022
1 parent 2fff77e commit d71b806
Show file tree
Hide file tree
Showing 34 changed files with 848 additions and 192 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.2.0)](https://dev.azure.com/mscet/CAE-ALZ-Terraform/_build/latest?definitionId=26&branchName=refs%2Ftags%2Fv2.2.0)
[![Build Status](https://dev.azure.com/mscet/CAE-ALZ-Terraform/_apis/build/status/Tests/E2E?branchName=refs%2Ftags%2Fv2.3.0)](https://dev.azure.com/mscet/CAE-ALZ-Terraform/_build/latest?definitionId=26&branchName=refs%2Ftags%2Fv2.3.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:
Expand Down Expand Up @@ -94,7 +94,7 @@ variable "root_name" {
module "enterprise_scale" {
source = "Azure/caf-enterprise-scale/azurerm"
version = "2.2.0"
version = "2.3.0"
providers = {
azurerm = azurerm
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ data "azurerm_client_config" "core" {}
module "enterprise_scale" {
source = "Azure/caf-enterprise-scale/azurerm"
version = "2.2.0"
version = "2.3.0"
providers = {
azurerm = azurerm
Expand Down
2 changes: 1 addition & 1 deletion docs/wiki/[Examples]-Deploy-Connectivity-Resources.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ data "azurerm_client_config" "core" {}
module "enterprise_scale" {
source = "Azure/caf-enterprise-scale/azurerm"
version = "2.2.0"
version = "2.3.0"
providers = {
azurerm = azurerm
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ data "azurerm_client_config" "core" {}
module "enterprise_scale" {
source = "Azure/caf-enterprise-scale/azurerm"
version = "2.2.0"
version = "2.3.0"
providers = {
azurerm = azurerm
Expand Down
2 changes: 1 addition & 1 deletion docs/wiki/[Examples]-Deploy-Default-Configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ data "azurerm_client_config" "core" {}
module "enterprise_scale" {
source = "Azure/caf-enterprise-scale/azurerm"
version = "2.2.0"
version = "2.3.0"
providers = {
azurerm = azurerm
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ data "azurerm_client_config" "core" {}
module "enterprise_scale" {
source = "Azure/caf-enterprise-scale/azurerm"
version = "2.2.0"
version = "2.3.0"
providers = {
azurerm = azurerm
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ data "azurerm_client_config" "core" {}
module "enterprise_scale" {
source = "Azure/caf-enterprise-scale/azurerm"
version = "2.2.0"
version = "2.3.0"
providers = {
azurerm = azurerm
Expand Down
2 changes: 1 addition & 1 deletion docs/wiki/[Examples]-Deploy-Identity-Resources.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ data "azurerm_client_config" "core" {}
module "enterprise_scale" {
source = "Azure/caf-enterprise-scale/azurerm"
version = "2.2.0"
version = "2.3.0"
providers = {
azurerm = azurerm
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ data "azurerm_client_config" "core" {}
module "enterprise_scale" {
source = "Azure/caf-enterprise-scale/azurerm"
version = "2.2.0"
version = "2.3.0"
providers = {
azurerm = azurerm
Expand Down
2 changes: 1 addition & 1 deletion docs/wiki/[Examples]-Deploy-Management-Resources.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ data "azurerm_client_config" "core" {}
module "enterprise_scale" {
source = "Azure/caf-enterprise-scale/azurerm"
version = "2.2.0"
version = "2.3.0"
providers = {
azurerm = azurerm
Expand Down
6 changes: 3 additions & 3 deletions docs/wiki/[Examples]-Deploy-Using-Module-Nesting.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.2.0"
version = "2.3.0"
providers = {
azurerm = azurerm
Expand Down Expand Up @@ -135,7 +135,7 @@ data "azurerm_client_config" "core" {}
module "enterprise_scale" {
source = "Azure/caf-enterprise-scale/azurerm"
version = "2.2.0"
version = "2.3.0"
providers = {
azurerm = azurerm
Expand Down Expand Up @@ -184,7 +184,7 @@ module "enterprise_scale" {
module "enterprise_scale_nested_landing_zone" {
source = "Azure/caf-enterprise-scale/azurerm"
version = "2.2.0"
version = "2.3.0"
providers = {
azurerm = azurerm
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ data "azurerm_client_config" "core" {}
module "enterprise_scale" {
source = "Azure/caf-enterprise-scale/azurerm"
version = "2.2.0"
version = "2.3.0"
providers = {
azurerm = azurerm
Expand Down
2 changes: 1 addition & 1 deletion docs/wiki/[Examples]-Deploy-Virtual-WAN-Resources.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ data "azurerm_client_config" "core" {}
module "enterprise_scale" {
source = "Azure/caf-enterprise-scale/azurerm"
version = "2.2.0"
version = "2.3.0"
providers = {
azurerm = azurerm
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ data "azurerm_client_config" "core" {}
module "enterprise_scale" {
source = "Azure/caf-enterprise-scale/azurerm"
version = "2.2.0"
version = "2.3.0"
providers = {
azurerm = azurerm
Expand Down
2 changes: 1 addition & 1 deletion docs/wiki/[Examples]-Override-Module-Role-Assignments.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ data "azurerm_client_config" "core" {}
module "enterprise_scale" {
source = "Azure/caf-enterprise-scale/azurerm"
version = "2.2.0"
version = "2.3.0"
providers = {
azurerm = azurerm
Expand Down
2 changes: 1 addition & 1 deletion docs/wiki/[User-Guide]-Getting-Started.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.2.0"
version = "2.3.0"
providers = {
azurerm = azurerm
Expand Down
4 changes: 2 additions & 2 deletions docs/wiki/[User-Guide]-Module-Releases.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.2.0"
version = "2.3.0"
# Insert provider block and input variables here
}
Expand All @@ -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.2.0"
version = "~> 2.3.0"
# Insert provider block and input variables here
}
Expand Down
6 changes: 3 additions & 3 deletions docs/wiki/[User-Guide]-Provider-Configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ provider "azurerm" {

module "caf-enterprise-scale" {
source = "Azure/caf-enterprise-scale/azurerm"
version = "2.2.0"
version = "2.3.0"

providers = {
azurerm = azurerm
Expand Down Expand Up @@ -150,7 +150,7 @@ provider "azurerm" {
module "caf-enterprise-scale" {
source = "Azure/caf-enterprise-scale/azurerm"
version = "2.2.0"
version = "2.3.0"
providers = {
azurerm = azurerm
Expand Down Expand Up @@ -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.2.0"
version = "2.3.0"
providers = {
azurerm = azurerm
Expand Down
2 changes: 1 addition & 1 deletion locals.version.tf
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
locals {
module_version = "v2.2.0"
module_version = "v2.3.0"
}
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,8 @@
"Deploy-Diagnostics-ApiForFHIR",
"Deploy-Diagnostics-APIMgmt",
"Deploy-Diagnostics-ApplicationGateway",
"Deploy-Diagnostics-AVDScalingPlans",
"Deploy-Diagnostics-Bastion",
"Deploy-Diagnostics-CDNEndpoints",
"Deploy-Diagnostics-CognitiveServices",
"Deploy-Diagnostics-CosmosDB",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
"scope": null,
"properties": {
"policyType": "Custom",
"mode": "Indexed",
"mode": "All",
"displayName": "Deny public access of Azure Machine Learning clusters via SSH",
"description": "Deny public access of Azure Machine Learning clusters via SSH.",
"metadata": {
"version": "1.0.0",
"version": "1.1.0",
"category": "Machine Learning"
},
"parameters": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,10 @@
{
"category": "GatewayLogs",
"enabled": "[parameters('logsEnabled')]"
},
{
"category": "WebSocketConnectionLogs",
"enabled": "[parameters('logsEnabled')]"
}
]
}
Expand Down
Loading

0 comments on commit d71b806

Please sign in to comment.