File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments