File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
12
12
- Added privilege escalation prevention policy for replicator
13
13
- New configuration option ` workload_identity_federation ` to create federated credentials. Unset by default.
14
14
- New configuration option ` create_passwords ` to enable/disable creation of password credentials. Defaults to ` true ` .
15
+ - Fixed enabling resource group creation permission for replicator when using top level module.
15
16
16
17
## [ v0.2.0]
17
18
Original file line number Diff line number Diff line change @@ -49,6 +49,8 @@ module "replicator_service_principal" {
49
49
count = var. replicator_enabled || var. replicator_rg_enabled ? 1 : 0
50
50
source = " ./modules/meshcloud-replicator-service-principal/"
51
51
52
+ replicator_rg_enabled = var. replicator_rg_enabled
53
+
52
54
service_principal_name = var. replicator_service_principal_name
53
55
custom_role_scope = data. azurerm_management_group . replicator_custom_role_scope . id
54
56
assignment_scopes = local. replicator_assignment_scopes
You can’t perform that action at this time.
0 commit comments