-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error when reading or editing GCS service account not found #24
Comments
I googled the error, and came across this answer on Stackoverflow: After running the command recommended in that answer |
The new error is:
I went to that page https://cloud.google.com/docs/authentication/troubleshoot-adc#user-creds-client-based and there it recommended running this command But even after running that command, and re-running the
Can these errors be safely ignored since they're saying that the resource has already been created, and presumably Terraform is trying to create it again? After running that |
Hey @natea - I'm the creator of this solution. I'm sorry you encountered these many issues when trying to deploy this solution. Multiple terraform runs can lead to these duplicated resources, did you try running Let me know if any of these tips help, while I take some time to review the deployment process. It seems that Google Cloud changed some of the default permissions and the behaviour of some gcloud calls and that broke the seamless installation. It will take me a 2-3 weeks because I'm going ooo next week, though. Please bare with me. If you find a solution or workaround please post it in here or submit a pull request. |
@natea - I made a few updates to the deployment process. Can you try running the deployment process from scratch on a new project? Also make sure you are using a project with a linked Billing Account, since some of the APIs (DLP) might require you to have Billing Accounts on the project (I think that's related to the problem you are facing on quota). |
Hi @felimartina , thanks for your reply. I did as you suggested and removed all the existing resources and re-created them. But I'm still getting this error when running the
|
When I try to run the Terraform command
terraform -chdir=terraform apply -auto-approve
, the following errors occur:The text was updated successfully, but these errors were encountered: