Provision a GCP regional instance group via Terraform

34 Views Asked by At

I am exploring managed instance groups on GCP, and I am trying to create a multi-zone (regional) MIG. The instance template gets created however, it always fails to create the MIG declaring a permission error below:

enter image description here

Below is the associated service account used to provision the MIG: enter image description here

and this is the default service account of Compute Engine: enter image description here

since I'm using Cloud build, this the default SA:

enter image description here

I highly appreciate your feedback.

0

There are 0 best solutions below