Skip to content
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

Improve README for troubleshooting "project does not exist" #1195

Open
eeaton opened this issue Apr 24, 2024 · 1 comment
Open

Improve README for troubleshooting "project does not exist" #1195

eeaton opened this issue Apr 24, 2024 · 1 comment
Assignees
Labels
backlog documentation Improvements or additions to documentation

Comments

@eeaton
Copy link
Collaborator

eeaton commented Apr 24, 2024

TL;DR

Improve troubleshooting guidance in the readme for errors related to a project ID stored in terraform state when the GCP project doesn't exist. This is particularly common when a previous run failed due to project quota issues.

Example of somebody getting stuck, and detailed description of the fix, at: #1187
#488 (comment)

Terraform Resources

n/a

Detailed design

n/a

Additional information

See also #451

Common scenarios where the build can fail during tf apply after passing terraform validate

  • quota issues
  • values for project labels contain illegal character (could also improve this by setting conditional validation at the tf variable to catch it sooner)
  • terraform apply fails due to a timeout
@eeaton
Copy link
Collaborator Author

eeaton commented May 28, 2024

As I'm cleaning up the backlog of issues, I've found a few issues around this same idea. I'll close a few as duplicates and keep the single issue open to track work.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backlog documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

1 participant