databricks / terraform-databricks-sra

The Security Reference Architecture (SRA) implements typical security features as Terraform Templates that are deployed by most high-security organizations, and enforces controls for the largest risks that customers ask about most often.
Other
71 stars 39 forks source link

[AWS] Disable root bucket and logging versioning #64

Closed JDBraun closed 4 months ago

JDBraun commented 4 months ago

Disable root bucket and audit log versioning to put it in line with the documentation from the provider: https://registry.terraform.io/providers/databricks/databricks/latest/docs/guides/aws-workspace#root-bucket

JDBraun commented 4 months ago

This has specific implications to CloudFetch: https://docs.databricks.com/en/integrations/odbc/capability.html#arrow-serialization-in-odbc

JDBraun commented 4 months ago

Same documentation tells how to set life cycle policy if bucket versioning is already enabled

jdbraun-db commented 4 months ago

Closed with: https://github.com/databricks/terraform-databricks-sra/pull/66