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] Replace metastore ID with data source #67

Closed jdbraun-db closed 3 months ago

jdbraun-db commented 4 months ago

We pass in the metastore ID as a variable in sra.tf to decide if we should use that to assign the workspace or not

Since we have a data source for the metastore in the provider, it should be able to just handle the creation of the metastore or assignment without the variable

jdbraun-db commented 3 months ago

closed with #71