Results 3 issues of Dave Hahn

### Configuration ```hcl resource "databricks_job" "this" { max_concurrent_runs =1 name = "test" retry_on_timeout = false timeout_seconds = 0 webhook_notifications { on_start { id = var.webhook_id } on_failure { id =...

bug

### What happened? Trying to understand how subscriptions are handled as part of the azure provider. It seems that it just inherits the subscription that the cluster is in. Just...

bug

### What happened? Created several resources (storage account, cosmosdb, resource group, key vault, and cache). All were created as expected, however when I try and get the resources with kubectl,...

bug