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
|[aws_region.current](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/region)| data source |
219
+
|[databricks_aws_assume_role_policy.this](https://registry.terraform.io/providers/databrickslabs/databricks/0.5.1/docs/data-sources/aws_assume_role_policy)| data source |
220
+
|[databricks_aws_bucket_policy.this](https://registry.terraform.io/providers/databrickslabs/databricks/0.5.1/docs/data-sources/aws_bucket_policy)| data source |
221
+
|[databricks_aws_crossaccount_policy.cross_account_iam_policy](https://registry.terraform.io/providers/databrickslabs/databricks/0.5.1/docs/data-sources/aws_crossaccount_policy)| data source |
191
222
192
223
## Inputs
193
224
194
-
No inputs.
225
+
| Name | Description | Type | Default | Required |
| <aname="input_cidr_block"></a> [cidr\_block](#input\_cidr\_block)| The CIDR block for the VPC |`string`|`"10.4.0.0/16"`| no |
228
+
| <aname="input_custom_tags"></a> [custom\_tags](#input\_custom\_tags)| Extra custom tags |`any`|`null`| no |
229
+
| <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_databricks_hostname"></a> [databricks\_hostname](#input\_databricks\_hostname)| databricks hostname |`string`|`"https://accounts.cloud.databricks.com"`| no |
233
+
| <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 |
234
+
| <aname="input_prjid"></a> [prjid](#input\_prjid)| Name of the project/stack e.g: mystack, nifieks, demoaci. Should not be changed after running 'tf apply' |`string`| n/a | yes |
235
+
| <aname="input_profile"></a> [profile](#input\_profile)| profile to use for resource creation |`string`|`"default"`| no |
236
+
| <aname="input_profile_for_iam"></a> [profile\_for\_iam](#input\_profile\_for\_iam)| profile to use for IAM |`string`|`null`| no |
237
+
| <aname="input_region"></a> [region](#input\_region)| AWS region to deploy resources |`string`|`"us-east-1"`| no |
238
+
| <aname="input_teamid"></a> [teamid](#input\_teamid)| Name of the team/group e.g. devops, dataengineering. Should not be changed after running 'tf apply' |`string`| n/a | yes |
195
239
196
240
## Outputs
197
241
198
-
No outputs.
242
+
| Name | Description |
243
+
|------|-------------|
244
+
| <aname="output_databricks_credentials_id"></a> [databricks\_credentials\_id](#output\_databricks\_credentials\_id)| databricks credentials id |
245
+
| <aname="output_databricks_deployment_name"></a> [databricks\_deployment\_name](#output\_databricks\_deployment\_name)| databricks deployment name |
| <aname="output_iam_role_arn"></a> [iam\_role\_arn](#output\_iam\_role\_arn)| iam role arn |
254
+
| <aname="output_inline_policy_id"></a> [inline\_policy\_id](#output\_inline\_policy\_id)| inline policy id |
255
+
| <aname="output_nonsensitive_databricks_token"></a> [nonsensitive\_databricks\_token](#output\_nonsensitive\_databricks\_token)| Value of the newly created token (nonsensitive) |
0 commit comments