Replies: 1 comment 2 replies
-
I'm also facing the same error.Were you able to progress further? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm having trouble at the terraform init step in the process.
Two issues:
Any advice would be greatly appreciated.
Update: I was able to progress past this stage. The group names must contain the domain. e.g. [email protected]. This seemed to be the major hang up.
Update 2: Seems the error resurfaces during cloud run. Triggering cloud run by performing a merge in github successfully triggers the trigger, but errors out with the same "{myprefix}-{myenv}-devops already exists" error. After hunting around, it appears this is a known issue within terraform itself.
Update 3: Was able to progress past this by starting entirely from scratch: Cloning the repo, resetting group names, resetting deployment.hcl and set_env_vars.sh with all of the necessary parameters. Also deposited the requisite $10 to get my project count upped to 10 concurrent projects. Cloud build throws an error on merge:
"Apply": Error: error creating project poc9-dev-devops (poc9-dev-devops): googleapi: Error 409: Requested entity already exists, alreadyExists. If you received a 403 error, make sure you have the
roles/resourcemanager.projectCreator
permissionNot sure how to proceed from here.
Beta Was this translation helpful? Give feedback.
All reactions