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/metastore_data_access.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -57,6 +57,8 @@ The following arguments are required:
57
57
58
58
*`name` - Name of Data Access Configuration, which must be unique within the [databricks_metastore](metastore.md). Change forces creation of a new resource.
59
59
*`metastore_id` - Unique identifier of the parent Metastore
60
+
*`owner` - (Optional) Username/groupname/sp application_id of the data access configuration owner.
61
+
*`force_destroy` - (Optional) Delete the data access configuration regardless of its dependencies.
60
62
61
63
`aws_iam_role` optional configuration block for credential details for AWS:
Copy file name to clipboardExpand all lines: docs/resources/storage_credential.md
+10-7Lines changed: 10 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -74,6 +74,7 @@ The following arguments are required:
74
74
-`name` - Name of Storage Credentials, which must be unique within the [databricks_metastore](metastore.md). Change forces creation of a new resource.
75
75
-`metastore_id` - (Required for account-level) Unique identifier of the parent Metastore
76
76
-`owner` - (Optional) Username/groupname/sp application_id of the storage credential owner.
77
+
-`force_destroy` - (Optional) Delete storage credential regardless of its dependencies.
77
78
78
79
`aws_iam_role` optional configuration block for credential details for AWS:
79
80
@@ -82,24 +83,26 @@ The following arguments are required:
82
83
`azure_managed_identity` optional configuration block for using managed identity as credential details for Azure (recommended over service principal):
83
84
84
85
-`access_connector_id` - The Resource ID of the Azure Databricks Access Connector resource, of the form `/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg-name/providers/Microsoft.Databricks/accessConnectors/connector-name`.
85
-
*`managed_identity_id` - (Optional) The Resource ID of the Azure User Assigned Managed Identity associated with Azure Databricks Access Connector, of the form `/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg-name/providers/Microsoft.ManagedIdentity/userAssignedIdentities/user-managed-identity-name`.
86
86
87
-
`azure_service_principal` optional configuration block to use service principal as credential details for Azure:
88
-
89
-
-`directory_id` - The directory ID corresponding to the Azure Active Directory (AAD) tenant of the application
90
-
-`application_id` - The application ID of the application registration within the referenced AAD tenant
91
-
-`client_secret` - The client secret generated for the above app ID in AAD. **This field is redacted on output**
87
+
-`managed_identity_id` - (Optional) The Resource ID of the Azure User Assigned Managed Identity associated with Azure Databricks Access Connector, of the form `/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg-name/providers/Microsoft.ManagedIdentity/userAssignedIdentities/user-managed-identity-name`.
92
88
93
89
`databricks_gcp_service_account` optional configuration block for creating a Databricks-managed GCP Service Account:
94
90
95
91
-`email` (output only) - The email of the GCP service account created, to be granted access to relevant buckets.
92
+
96
93
-`read_only` - (Optional) Indicates whether the storage credential is only usable for read operations.
97
94
95
+
`azure_service_principal` optional configuration block to use service principal as credential details for Azure (Legacy):
96
+
97
+
-`directory_id` - The directory ID corresponding to the Azure Active Directory (AAD) tenant of the application
98
+
-`application_id` - The application ID of the application registration within the referenced AAD tenant
99
+
-`client_secret` - The client secret generated for the above app ID in AAD. **This field is redacted on output**
100
+
98
101
## Attribute Reference
99
102
100
103
In addition to all arguments above, the following attributes are exported:
101
104
102
-
*`id` - ID of this storage credential - same as the `name`.
105
+
-`id` - ID of this storage credential - same as the `name`.
0 commit comments