You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## Changes
- Modify deployplan.Action to be deployment method-neutral: use resource
group name ("jobs") instead of terraform resource ("databricks_jobs").
- Implement ShowPlanFile, a wrapper for tf.ShowPlanFile which returns
neutral []deployplan.Action.
- Use this wrapper in deploy and destroy.
- Implement deployplan.Filter and deployplan.FilterGroup helper methods
and use those.
- Do not show auxiliary resources (grants, permissions, secret_acls) in
diff output.
## Why
This abstracts terraform away, facilitating addition of direct
deployment method: #2926
## Tests
Existing tests.
Copy file name to clipboardExpand all lines: acceptance/bundle/deploy/secret-scope/output.txt
-2Lines changed: 0 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -43,8 +43,6 @@ Deployment complete!
43
43
44
44
>>> [CLI] bundle destroy --auto-approve
45
45
The following resources will be deleted:
46
-
delete secret_acl secret_acl_secret_scope1_0
47
-
delete secret_acl secret_acl_secret_scope1_1
48
46
delete secret_scope secret_scope1
49
47
50
48
All files and directories at the following location will be deleted: /Workspace/Users/[USERNAME]/.bundle/deploy-secret-scope-test-[UNIQUE_NAME]/default
0 commit comments