Skip to content

Commit

Permalink
Removed extraneous depends_on
Browse files Browse the repository at this point in the history
  • Loading branch information
adamrushuk committed Oct 29, 2021
1 parent ea08d3b commit c409511
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/argocd_sso.tf
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ resource "azuread_application" "argocd" {
type = "Scope"
}

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

data "azurerm_client_config" "current" {}
Expand Down

0 comments on commit c409511

Please sign in to comment.