We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea08d3b commit c409511Copy full SHA for c409511
terraform/argocd_sso.tf
@@ -40,6 +40,7 @@ resource "azuread_application" "argocd" {
40
type = "Scope"
41
}
42
43
+ # ? keeping for future reference
44
# # application permissions, type=Role
45
# resource_access {
46
# id = azuread_service_principal.msgraph.app_role_ids["User.Read.All"]
@@ -80,7 +81,6 @@ resource "azuread_application_password" "argocd" {
80
81
application_object_id = azuread_application.argocd.id
82
display_name = "argocd_secret"
83
end_date = "2099-01-01T01:02:03Z"
- # depends_on = [azuread_service_principal.argocd] # TODO: is this still required?
84
85
86
data "azurerm_client_config" "current" {}
0 commit comments