Skip to content

Commit

Permalink
Update docs for release v0.3.1 (#94)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Rowlandson authored May 11, 2021
1 parent d900eae commit 8a1dbcd
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ variable "root_name" {
module "enterprise_scale" {
source = "Azure/caf-enterprise-scale/azurerm"
version = "0.3.0"
version = "0.3.1"
root_parent_id = data.azurerm_client_config.current.tenant_id
root_id = var.root_id
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ data "azurerm_client_config" "current" {}
module "enterprise_scale" {
source = "Azure/caf-enterprise-scale/azurerm"
version = "0.3.0"
version = "0.3.1"
root_parent_id = data.azurerm_client_config.current.tenant_id
root_id = var.root_id
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 @@ -44,7 +44,7 @@ data "azurerm_client_config" "current" {}
module "enterprise_scale" {
source = "Azure/caf-enterprise-scale/azurerm"
version = "0.3.0"
version = "0.3.1"
root_parent_id = data.azurerm_client_config.current.tenant_id
root_id = "myorg-1"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ data "azurerm_client_config" "current" {}
module "enterprise_scale" {
source = "Azure/caf-enterprise-scale/azurerm"
version = "0.3.0"
version = "0.3.1"
root_parent_id = data.azurerm_client_config.current.tenant_id
root_id = "myorg-2"
Expand Down
10 changes: 5 additions & 5 deletions docs/wiki/[Examples]-Deploy-Using-Module-Nesting.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ The extra code needed to extend your configuration, is the following:
# Enterprise scale nested landing zone instance
module "enterprise_scale_nested_landing_zone" {
source = "Azure/caf-enterprise-scale/azurerm"
version = "0.3.0"
source = "Azure/caf-enterprise-scale/azurerm"
version = "0.3.1"
root_parent_id = "${var.root_id}-landing-zones"
Expand Down Expand Up @@ -128,7 +128,7 @@ data "azurerm_client_config" "current" {}
module "enterprise_scale" {
source = "Azure/caf-enterprise-scale/azurerm"
version = "0.3.0"
version = "0.3.1"
root_parent_id = data.azurerm_client_config.current.tenant_id
root_id = var.root_id
Expand Down Expand Up @@ -170,8 +170,8 @@ module "enterprise_scale" {
# Enterprise scale nested landing zone instance
module "enterprise_scale_nested_landing_zone" {
source = "Azure/caf-enterprise-scale/azurerm"
version = "0.3.0"
source = "Azure/caf-enterprise-scale/azurerm"
version = "0.3.1"
root_parent_id = "${var.root_id}-landing-zones"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ data "azurerm_client_config" "current" {}
module "enterprise_scale" {
source = "Azure/caf-enterprise-scale/azurerm"
version = "0.3.0"
version = "0.3.1"
root_parent_id = data.azurerm_client_config.current.tenant_id
root_id = "myorg-1"
Expand Down

0 comments on commit 8a1dbcd

Please sign in to comment.