Skip to content

Commit 9c304bd

Browse files
committed
Documented private_access_settings_id for PrivateLink workspaces
1 parent af908e2 commit 9c304bd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/resources/mws_workspaces.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ resource "databricks_mws_workspaces" "this" {
174174

175175
-> **Note** All workspaces would be verified to get into runnable state or cleaned up upon failure.
176176

177-
The following arguments are required:
177+
The following arguments are available:
178178

179179
* `network_id` - (Optional) `network_id` from [networks](mws_networks.md)
180180
* `account_id` - Account Id that could be found in the bottom left corner of [Accounts Console](https://accounts.cloud.databricks.com/).
@@ -184,6 +184,7 @@ The following arguments are required:
184184
* `workspace_name` - name of the workspace, will appear on UI
185185
* `aws_region` - AWS region of VPC
186186
* `storage_configuration_id` - `storage_configuration_id` from [storage configuration](mws_storage_configurations.md)
187+
* `private_access_settings_id` - (Optional) Canonical unique identifier of [databricks_mws_private_access_settings](mws_private_access_settings.md) in Databricks Account
187188

188189
## Attribute Reference
189190

0 commit comments

Comments
 (0)