diff --git a/kit/azure/organization-hierarchy/README.md b/kit/azure/organization-hierarchy/README.md index 9cf02bbe..89996852 100644 --- a/kit/azure/organization-hierarchy/README.md +++ b/kit/azure/organization-hierarchy/README.md @@ -64,7 +64,7 @@ After deploying this module, you should probably deploy the following kit module | Name | Source | Version | |------|--------|---------| -| [policy\_root](#module\_policy\_root) | github.com/meshcloud/collie-hub//kit/azure/util/azure-policies | 9b1511aa4485bba06f07e054d2c0b2003992f2c9 | +| [policy\_root](#module\_policy\_root) | github.com/meshcloud/collie-hub//kit/azure/util/azure-policies | da8dd49 | ## Resources diff --git a/kit/azure/organization-hierarchy/main.tf b/kit/azure/organization-hierarchy/main.tf index 342ef335..91ceaaeb 100644 --- a/kit/azure/organization-hierarchy/main.tf +++ b/kit/azure/organization-hierarchy/main.tf @@ -5,7 +5,7 @@ resource "azurerm_management_group" "parent" { } module "policy_root" { - source = "github.com/meshcloud/collie-hub//kit/azure/util/azure-policies?ref=9b1511aa4485bba06f07e054d2c0b2003992f2c9" + source = "github.com/meshcloud/collie-hub//kit/azure/util/azure-policies?ref=da8dd49" policy_path = "./lib/root" management_group_id = azurerm_management_group.parent.id @@ -53,7 +53,8 @@ resource "azurerm_management_group" "management" { parent_management_group_id = azurerm_management_group.platform.id } -# # Move management subscription into the new organization hierarchy +# Move management subscription into the new organization hierarchy +# add this if moving the management group under the created hierardhy is desired # data "azurerm_subscription" "current" { # }