Skip to content

Commit

Permalink
fix: resource identifier
Browse files Browse the repository at this point in the history
  • Loading branch information
matt-FFFFFF committed Jun 14, 2024
1 parent 60027bc commit 406d8c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources.policy_assignments.tf
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ resource "azurerm_management_group_policy_assignment" "enterprise_scale" {
# Additionally ensure the Policy Assignment is created after and destroyed before the User Assigned Identity
# this is to ensure that the deny delete policy is deleted before the identity is removed.
depends_on = [
azurerm_user_assigned_identity.enterprise_scale,
azurerm_user_assigned_identity.management,
time_sleep.after_azurerm_management_group,
time_sleep.after_azurerm_policy_definition,
time_sleep.after_azurerm_policy_set_definition,
Expand Down

0 comments on commit 406d8c2

Please sign in to comment.