-
Notifications
You must be signed in to change notification settings - Fork 545
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
Allow import of GCP projects #138
Comments
Hi @ensslen. Thank you for your interest in the project! I apologize for the extreme delay in responding. Since project-factory v2.1, |
Can I fill in a existing project name without fear of losing the name? I fear it will be deleted and then won't be able to use that name anymore. |
@nicobrinkkemper support is not in place for importing existing projects. |
Any idea on when an import feature may be added? I ran into an issue while using non-random project names where the project was created, but the state file was not updated (caused by network issues). This resulted in me not being able to use the project name any more, and is causing much pain for my customers. I undeleted the project, but can't get it into the state file, and is making using terraform a real obstacle at this point. Thanks! |
@cochrasc What happens if you attempt to import using |
We should ensure that at least the |
@aaron-lane I've tested imports with main module, |
GCP project names can not be reused, attempting to do so results in a 409 error. However, this module won't accept an imported project, e.g.
terraform import module.X.google_project.main my-project
, becauseid
andproject_id
can not be supplied as inputs. The imported project results inThe text was updated successfully, but these errors were encountered: