Unable to create instance through terraform

Hi,
I have uploaded my terraform code and do the necessary customizations. I can see code is trying to create an instance resource as required. But there is an error prompt that it is not a serviceaccount-user of currenrt user I am using. I know the solution is to add serviceaccount-user permission to the current user. but I can’t assign any permissions or roles since the GCP IAM constraints. so how to handle such a scenario? Please suggest. Thanks

Hi,

To create a Compute Engine instance in GCP, you need the necessary permissions. If you don’t have them, request them from your GCP administrator or use a different account. You can also check your permissions and request additional ones using the gcloud tool.