Skip to content

Commit 8d7ae00

Browse files
authored
Fix remote_field_storage_location failing on cloud (#3996)
Remove JSON plan, differences between local/cloud. Follow up to #3993
1 parent 3735bd2 commit 8d7ae00

File tree

4 files changed

+1
-99
lines changed

4 files changed

+1
-99
lines changed

acceptance/bundle/resource_deps/remote_field_storage_location/out.plan_after_deploy.direct.json

Lines changed: 0 additions & 82 deletions
This file was deleted.

acceptance/bundle/resource_deps/remote_field_storage_location/out.plan_after_deploy.terraform.json

Lines changed: 0 additions & 13 deletions
This file was deleted.

acceptance/bundle/resource_deps/remote_field_storage_location/script

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,5 @@ trap cleanup EXIT
1111
trace errcode $CLI bundle deploy &> out.deploy.$DATABRICKS_BUNDLE_ENGINE.txt
1212
print_requests.py --get //unity &> out.deploy.requests.$DATABRICKS_BUNDLE_ENGINE.json
1313

14-
# Should show empty plan for direct, but shows update in volumes.foo (permanent drift)
14+
# Terraform could not deploy, so it still shows up here; direct shows no drift:
1515
$CLI bundle plan &> out.plan_after_deploy.$DATABRICKS_BUNDLE_ENGINE.txt
16-
$CLI bundle plan -o json &> out.plan_after_deploy.$DATABRICKS_BUNDLE_ENGINE.json

acceptance/bundle/resource_deps/remote_field_storage_location/test.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
Badness = "Terraform cannot deploy; permanent drift in direct"
2-
31
Local = true
42
Cloud = true
53
RequiresUnityCatalog = true

0 commit comments

Comments
 (0)