Skip to content

Commit

Permalink
Update internal/services/relay/relay_namespace_resource.go
Browse files Browse the repository at this point in the history
  • Loading branch information
tombuildsstuff authored Nov 12, 2021
1 parent f930ab1 commit a92f9d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/services/relay/relay_namespace_resource.go
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ func resourceRelayNamespaceDelete(d *pluginsdk.ResourceData, meta interface{}) e
}

// we can't make use of the Future here due to a bug where 404 isn't tracked as Successful
log.Printf("[DEBUG] Waiting for Relay Namespace %q (Resource Group %q) to be deleted", id.NamespaceName, id.ResourceGroupName)
log.Printf("[DEBUG] Waiting for %s to be deleted", *id)
stateConf := &pluginsdk.StateChangeConf{
Pending: []string{"Pending"},
Target: []string{"Deleted"},
Expand Down

0 comments on commit a92f9d5

Please sign in to comment.