Skip to content

Commit c45f111

Browse files
Felix Ziegerfelixzieger
authored andcommitted
chore: remove references to cleaned up resources
1 parent 77c9d6b commit c45f111

File tree

5 files changed

+0
-82
lines changed

5 files changed

+0
-82
lines changed

examples/azure-integration-with-uami-blueprint-user-principal/main.tf

Lines changed: 0 additions & 27 deletions
This file was deleted.

examples/azure-integration-with-uami-blueprint-user-principal/outputs.tf

Lines changed: 0 additions & 32 deletions
This file was deleted.

modules/meshcloud-replicator-service-principal/module.tf

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -129,16 +129,6 @@ resource "azuread_application" "meshcloud_replicator" {
129129
}
130130
}
131131
}
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-
}
142132
}
143133

144134
//---------------------------------------------------------------------------

modules/meshcloud-replicator-service-principal/outputs.tf

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,3 @@ output "application_client_secret" {
1212
value = azuread_application_password.application_pw.value
1313
sensitive = true
1414
}
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-
# }

variables.tf

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,3 @@ variable "additional_permissions" {
5858
default = []
5959
description = "Additional Subscription-Level Permissions the Service Principal needs."
6060
}
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-
}

0 commit comments

Comments
 (0)