File tree Expand file tree Collapse file tree 5 files changed +0
-82
lines changed
examples/azure-integration-with-uami-blueprint-user-principal
modules/meshcloud-replicator-service-principal Expand file tree Collapse file tree 5 files changed +0
-82
lines changed Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -129,16 +129,6 @@ resource "azuread_application" "meshcloud_replicator" {
129
129
}
130
130
}
131
131
}
132
-
133
- # NOTE: currently it is not possible to automate the "Grant admin consent button"
134
- # https://github.com/terraform-providers/terraform-provider-azuread/issues/33
135
- # As a result we have to ignore this value in terraform for now
136
- # In addition please keep in mind you have to grant admin consent manually
137
- lifecycle {
138
- ignore_changes = [
139
- app_role
140
- ]
141
- }
142
132
}
143
133
144
134
// ---------------------------------------------------------------------------
Original file line number Diff line number Diff line change @@ -12,10 +12,3 @@ output "application_client_secret" {
12
12
value = azuread_application_password. application_pw . value
13
13
sensitive = true
14
14
}
15
-
16
- # Terraform does not find the blueprint service principal, even though I find it with
17
- # ` az ad sp list --filter "appId eq 'f71766dc-90d9-4b7d-bd9d-4499c4331c3f'"`
18
- # output "blueprint_service_principal_object_id" {
19
- # description = "Object ID of the BluePrint Service Principal of this AAD."
20
- # value = data.azuread_application.blueprint_service_principal.object_id
21
- # }
Original file line number Diff line number Diff line change @@ -58,9 +58,3 @@ variable "additional_permissions" {
58
58
default = []
59
59
description = " Additional Subscription-Level Permissions the Service Principal needs."
60
60
}
61
-
62
- variable "subscriptions" {
63
- type = list (any )
64
- default = []
65
- description = " The scope to which UAMI blueprint service principal role assignment is applied."
66
- }
You can’t perform that action at this time.
0 commit comments