Skip to content

Commit fd00345

Browse files
authored
Updated TestUcAccExternalLocation to use random name for databricks_external_location resource (#2350)
1 parent e30e31b commit fd00345

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/acceptance/external_location_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ func TestUcAccExternalLocation(t *testing.T) {
1616
}
1717
1818
resource "databricks_external_location" "some" {
19-
name = "external"
19+
name = "external-{var.RANDOM}"
2020
url = "s3://{env.TEST_BUCKET}/some{var.RANDOM}"
2121
credential_name = databricks_storage_credential.external.id
2222
comment = "Managed by TF"

0 commit comments

Comments
 (0)