Skip to content

Commit

Permalink
Remove unnecessary role assignment dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
rdeveen committed Mar 27, 2024
1 parent 225ef89 commit fff2abb
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@ resource "time_sleep" "wait_for_appconf_dataowner_assignment" {
create_duration = "60s"

depends_on = [
azurerm_role_assignment.appconf_dataowner,
azurerm_role_assignment.appconf_dataowner2
azurerm_role_assignment.appconf_dataowner
]
}

Expand Down

0 comments on commit fff2abb

Please sign in to comment.