Skip to content

Commit

Permalink
Added dependency on time sleep after subscription operations
Browse files Browse the repository at this point in the history
  • Loading branch information
felipebbc committed May 31, 2024
1 parent e262ab2 commit bed8b27
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions modules/subscription/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -144,4 +144,8 @@ resource "azapi_resource" "subscription_dfc_contact" {
}
}
})

depends_on = [
time_sleep.wait_for_subscription_before_subscription_operations
]
}

0 comments on commit bed8b27

Please sign in to comment.