Terraform module for creation AWS Databricks Unity Role
| Name | Version |
|---|---|
| terraform | >= 1.7 |
| aws | ~>6.0 |
| databricks | ~>1.0 |
| Name | Version |
|---|---|
| aws | ~>6.0 |
| databricks | ~>1.0 |
No modules.
| Name | Type |
|---|---|
| aws_iam_policy.this | resource |
| aws_iam_role.this | resource |
| aws_iam_role_policy_attachment.this | resource |
| databricks_storage_credential.this | resource |
| databricks_aws_unity_catalog_assume_role_policy.this | data source |
| databricks_aws_unity_catalog_policy.this | data source |
| Name | Description | Type | Default | Required |
|---|---|---|---|---|
| aws_account_id | The AWS account ID | string |
n/a | yes |
| bucket_names | A map of bucket names to their IDs | map(string) |
n/a | yes |
| iam_role_boundary_arn | The ARN of the IAM permissions boundary | string |
n/a | yes |
| iam_role_name | The name of the IAM role | string |
n/a | yes |
| metastore_id | The ID of the Databricks metastore | string |
n/a | yes |
| storage_credential_name | The name of the Databricks storage credential. | string |
null |
no |
| Name | Description |
|---|---|
| storage_creds_id | The ID of the Databricks storage credential. |
Apache 2 Licensed. For more information please see LICENSE