File tree Expand file tree Collapse file tree
.github/tests/cleanup-scripts Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -20,8 +20,7 @@ $subscriptions = @(
2020 " eac9acf5-0a34-4db8-ae56-cdbcc7e2cf4c" ,
2121 " 3a6bdc35-0830-41ac-b323-37a5a030e241" ,
2222 " c4332eb2-f966-47db-aa47-5d71e239d8aa" ,
23- " 0aeefd1c-62c7-4071-91ad-925899603976" ,
24- " 0d754f66-65b4-4f64-97f5-221f0174ad48"
23+ " 0aeefd1c-62c7-4071-91ad-925899603976"
2524)
2625
2726$managementGroups | ForEach-Object - Parallel {
Original file line number Diff line number Diff line change @@ -84,7 +84,7 @@ module "azure_devops" {
8484 repository_name_templates = local. resource_names . version_control_system_repository_templates
8585 variable_group_name = local. resource_names . version_control_system_variable_group
8686 azure_tenant_id = data. azurerm_client_config . current . tenant_id
87- azure_subscription_id = data . azurerm_client_config . management . subscription_id
87+ azure_subscription_id = var . subscription_ids [ " management" ]
8888 azure_subscription_name = data. azurerm_subscription . management . display_name
8989 pipelines = local. pipelines
9090 backend_azure_resource_group_name = local. resource_names . resource_group_state
You can’t perform that action at this time.
0 commit comments