I"m trying to provision Vertex AI workbench using the already existing service account using terraforming script, but during terraforming apply it's in provisioning for ever, seems it's creating a separate or using a default service account, any recommendations on how to use the existing service account to workbench instances ? i am using resource block "google_workbench_instance"
Hi @Neel19,
Welcome to Google Cloud Community!
It looks like you are facing an issue where your Terraform script intended to provision a Vertex AI Workbench instance is stuck in an indefinite provisioning state. it appears that the instance is either attempting to create a new service account or defaulting to the Compute Engine service account, which most likely does not have the required IAM permissions to complete the provisioning process.
Here are the potential ways that might help with your use case:
Was this helpful? If so, please accept this answer as “Solution”. If you need additional assistance, reply here within 2 business days and I’ll be happy to help.