We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e72e19 commit 3cf1c72Copy full SHA for 3cf1c72
permissions/acceptance/permissions_test.go
@@ -96,7 +96,7 @@ func TestAccDatabricksReposPermissionsResourceFullLifecycle(t *testing.T) {
96
{
97
Config: fmt.Sprintf(`
98
resource "databricks_repo" "this" {
99
- url = "https://github.com/databricks/tempo.git"
+ url = "https://github.com/databrickslabs/tempo.git"
100
}
101
resource "databricks_group" "first" {
102
display_name = "First %[1]s"
0 commit comments