=========================
In this template, we show how to deploy a service account that can be used to deploy Databricks workspace on GCP.
In this template, we create a Service Account with minimal permissions that allow to provision a workspace with both managed and user-provisioned VPC.
-
Your user that you use to delegate from needs a set of permissions detailed here
-
The built-in roles of Kubernetes Admin and Compute Storage Admin needs to be available
-
you need to run
glcoud auth application-default login
and login with your google account
You can do the same thing by provisionning a service account that will have the same permissions - and associate the key associated to it.
- You need to fill in the variables.tf
- run
terraform init
- run
teraform apply