Skip to content

Repository files navigation

AWS Databricks Unity Role Terraform module

Terraform module for creation AWS Databricks Unity Role

Usage

Requirements

Name Version
terraform >= 1.7
aws ~>6.0
databricks ~>1.0

Providers

Name Version
aws ~>6.0
databricks ~>1.0

Modules

No modules.

Resources

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

Inputs

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

Outputs

Name Description
storage_creds_id The ID of the Databricks storage credential.

License

Apache 2 Licensed. For more information please see LICENSE