-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Add import functionality for Google Compute Engine resources #182
Comments
Hey @jvrplmlmn, just for prioritization: which resources in particular would you like import support on? Obviously we'd like to include it for all of them but this will at least help us come up with an ordering. |
Hi @danawillow, right now I'm mainly interested in Is there any guide on how to write an importer function for Terraform? I might be able to contribute a patch if I get some guidance 😃 |
Self-assigning but @rosbo will be working on this. @jvrplmlmn there isn't a guide per se, but take a look at #40 for an example. |
Most compute resources now have import support. If there is a specific resource for which you would like to have import support, please open a new issue for that specific resource. Closing this issue. |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. If you feel I made an error 🤖 🙉 , please reach out to my human friends 👉 hashibot-feedback@hashicorp.com. Thanks! |
Terraform Version
Affected Resource(s)
Most Google Compute Engine resources lack the import functionality. An example:
google_compute_instance
.The text was updated successfully, but these errors were encountered: