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
|[databricks_aws_assume_role_policy.this](https://registry.terraform.io/providers/databrickslabs/databricks/0.3.5/docs/data-sources/aws_assume_role_policy)| data source |
217
+
|[databricks_aws_bucket_policy.this](https://registry.terraform.io/providers/databrickslabs/databricks/0.3.5/docs/data-sources/aws_bucket_policy)| data source |
218
+
|[databricks_aws_crossaccount_policy.cross_account_iam_policy](https://registry.terraform.io/providers/databrickslabs/databricks/0.3.5/docs/data-sources/aws_crossaccount_policy)| data source |
219
+
220
+
## Inputs
221
+
222
+
| Name | Description | Type | Default | Required |
| <aname="input_aws_region"></a> [aws\_region](#input\_aws\_region)| default aws region |`string`|`"us-west-2"`| no |
225
+
| <aname="input_databricks_account_id"></a> [databricks\_account\_id](#input\_databricks\_account\_id)| External ID provided by third party. |`string`| n/a | yes |
| <aname="input_existing_role_name"></a> [existing\_role\_name](#input\_existing\_role\_name)| If you want to use existing role name, else a new role will be created |`string`|`null`| no |
229
+
| <aname="input_prjid"></a> [prjid](#input\_prjid)| (Required) Name of the project/stack e.g: mystack, nifieks, demoaci. Should not be changed after running 'tf apply' |`string`| n/a | yes |
230
+
| <aname="input_profile_for_iam"></a> [profile\_for\_iam](#input\_profile\_for\_iam)| profile to use for IAM |`string`|`null`| no |
231
+
| <aname="input_profile_to_use"></a> [profile\_to\_use](#input\_profile\_to\_use)| Getting values from ~/.aws/credentials |`string`|`"default"`| no |
232
+
| <aname="input_teamid"></a> [teamid](#input\_teamid)| (Required) Name of the team/group e.g. devops, dataengineering. Should not be changed after running 'tf apply' |`string`| n/a | yes |
233
+
234
+
## Outputs
235
+
236
+
| Name | Description |
237
+
|------|-------------|
238
+
| <aname="output_databricks_credentials_id"></a> [databricks\_credentials\_id](#output\_databricks\_credentials\_id)| databricks credentials id |
239
+
| <aname="output_databricks_deployment_name"></a> [databricks\_deployment\_name](#output\_databricks\_deployment\_name)| databricks deployment name |
0 commit comments