Skip to content

Commit c409511

Browse files
committed
Removed extraneous depends_on
1 parent ea08d3b commit c409511

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

terraform/argocd_sso.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ resource "azuread_application" "argocd" {
4040
type = "Scope"
4141
}
4242

43+
# ? keeping for future reference
4344
# # application permissions, type=Role
4445
# resource_access {
4546
# id = azuread_service_principal.msgraph.app_role_ids["User.Read.All"]
@@ -80,7 +81,6 @@ resource "azuread_application_password" "argocd" {
8081
application_object_id = azuread_application.argocd.id
8182
display_name = "argocd_secret"
8283
end_date = "2099-01-01T01:02:03Z"
83-
# depends_on = [azuread_service_principal.argocd] # TODO: is this still required?
8484
}
8585

8686
data "azurerm_client_config" "current" {}

0 commit comments

Comments
 (0)