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 |
215
-
|[databricks_aws_bucket_policy.this](https://registry.terraform.io/providers/databrickslabs/databricks/0.3.5/docs/data-sources/aws_bucket_policy)| data source |
216
-
|[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 |
214
+
|[databricks_aws_assume_role_policy.this](https://registry.terraform.io/providers/databrickslabs/databricks/0.4.7/docs/data-sources/aws_assume_role_policy)| data source |
215
+
|[databricks_aws_bucket_policy.this](https://registry.terraform.io/providers/databrickslabs/databricks/0.4.7/docs/data-sources/aws_bucket_policy)| data source |
216
+
|[databricks_aws_crossaccount_policy.cross_account_iam_policy](https://registry.terraform.io/providers/databrickslabs/databricks/0.4.7/docs/data-sources/aws_crossaccount_policy)| data source |
217
217
218
218
## Inputs
219
219
220
220
| Name | Description | Type | Default | Required |
| <aname="input_aws_region"></a> [aws\_region](#input\_aws\_region)| default aws region |`string`|`"us-west-2"`| no |
223
223
| <aname="input_cidr_block"></a> [cidr\_block](#input\_cidr\_block)| The CIDR block for the VPC |`string`|`"10.4.0.0/16"`| no |
224
+
| <aname="input_custom_tags"></a> [custom\_tags](#input\_custom\_tags)| Extra custom tags |`any`|`null`| no |
224
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_databricks_hostname"></a> [databricks\_hostname](#input\_databricks\_hostname)| databricks hostname |`string`|`"https://accounts.cloud.databricks.com"`| no |
227
229
| <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 |
228
-
| <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_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 |
229
231
| <aname="input_profile_for_iam"></a> [profile\_for\_iam](#input\_profile\_for\_iam)| profile to use for IAM |`string`|`null`| no |
230
232
| <aname="input_profile_to_use"></a> [profile\_to\_use](#input\_profile\_to\_use)| Getting values from ~/.aws/credentials |`string`|`"default"`| no |
231
-
| <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
+
| <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 |
0 commit comments