databricks / terraform-databricks-examples

Examples of using Terraform to deploy Databricks resources
https://registry.terraform.io/modules/databricks/examples/databricks/latest
Other
187 stars 116 forks source link

Fix for s3 bucket acl & added custom prefix #95

Closed dleiva04 closed 8 months ago

dleiva04 commented 8 months ago

The aws-workspace-basic module failed when trying to run because of a change in the policy for default values on s3 bucket (blog from aws here)

Also for that module the result workspace always had the same name, I add the ability to optionally add a prefix that would end being the workspace name.

dleiva04 commented 8 months ago

The aws-workspace-basic module failed when trying to run because of a change in the policy for default values on s3 bucket (blog from aws here)

Also for that module the result workspace always had the same name, I add the ability to optionally add a prefix that would end being the workspace name.

@alexott can you please check, thanks!