my goal is to be able to enable unity catalog on a clean Azure deployment of databricks with absolutely no history of databricks.
I know I need to create a metastore for the Azure Region. And to do this I know I need Account Admin from the accounts page of databricks.
So if I deploy a new Azure Databricks workspace from terraform, how am I able to gain account admin for an account automatically?
It seems you need account admin to give account admin, I know manually I would get an azure admin to log into the accounts page and assign a new account admin, but how can I do that via terraform? Or does there always have to be this manual step?
If there does have to be a manual step - is it possible to do this prior to the creation of the workspace? e.g. setup before any pipeline would execute running the terraform commands?
how have other people done this?