Skip to content

Commit

Permalink
fix acctest failure (#26901)
Browse files Browse the repository at this point in the history
  • Loading branch information
sinbai authored Aug 1, 2024
1 parent 4b2649c commit ad318c9
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -335,6 +335,8 @@ resource "azurerm_api_management_logger" "test" {
name = azurerm_eventhub.test.name
endpoint_uri = "${azurerm_eventhub_namespace.test.name}.servicebus.windows.net"
}
depends_on = [azurerm_role_assignment.test]
}
resource "azurerm_role_assignment" "test" {
Expand Down

0 comments on commit ad318c9

Please sign in to comment.