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
57 stars 27 forks source link

[AWS] Implement better handling of empty strings in sra.tf #44

Closed JDBraun closed 4 months ago

JDBraun commented 4 months ago

Unexpected errors can happen if someone does not include certain variables and leave them as empty strings as shown in the initial sra.tf. For example the data bucket and the users, which can cause grants and storage credential problems downstream.

This should be addressed by:

jdbraun-db commented 4 months ago

Fixed in #47