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
Copy file name to clipboardExpand all lines: docs/resources/external_location.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -129,6 +129,7 @@ The following arguments are required:
129
129
-`force_update` - (Optional) Update external location regardless of its dependents.
130
130
-`access_point` - (Optional) The ARN of the s3 access point to use with the external location (AWS).
131
131
-`encryption_details` - (Optional) The options for Server-Side Encryption to be used by each Databricks s3 client when connecting to S3 cloud storage (AWS).
132
+
-`isolation_mode` - (Optional) Whether the external location is accessible from all workspaces or a specific set of workspaces. Can be `ISOLATED` or `OPEN`. Setting the external location to `ISOLATED` will automatically allow access from the current workspace.
Copy file name to clipboardExpand all lines: docs/resources/storage_credential.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -80,6 +80,7 @@ The following arguments are required:
80
80
-`skip_validation` - (Optional) Suppress validation errors if any & force save the storage credential.
81
81
-`force_destroy` - (Optional) Delete storage credential regardless of its dependencies.
82
82
-`force_update` - (Optional) Update storage credential regardless of its dependents.
83
+
-`isolation_mode` - (Optional) Whether the storage credential is accessible from all workspaces or a specific set of workspaces. Can be `ISOLATED` or `OPEN`. Setting the credential to `ISOLATED` will automatically allow access from the current workspace.
83
84
84
85
`aws_iam_role` optional configuration block for credential details for AWS:
0 commit comments