-
-
Notifications
You must be signed in to change notification settings - Fork 139
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
Enable terraform import #29
Comments
Hey @Soras2919! I appreciate your feedback! I took a quick pick at the spec: https://www.terraform.io/docs/extend/resources/import.html and it looks like the implementation would require quite a bit of work. I'm using this provider for my hobby projects, and I have no particular interest in the VM data source seems to be doable though, let me see into this. Cheers, |
Marking this issue as stale due to inactivity in the past 180 days. This helps us focus on the active issues. If this issue is reproducible with the latest version of the provider, please comment. If this issue receives no comments in the next 30 days it will automatically be closed. If this issue was automatically closed and you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. Thank you! |
are there any plans to add the import functionality? |
Hi @pescobar! 👋🏼 In a meantime, would some minimalistic |
Thanks for the kind reply @bpg . No worries, no need to invest any time on adding extra datasources. |
Was pretty simple, added a bunch of resources as a part of #390 |
Hey there!
First of all nice work and thx for keeping this project alive!
I am using packer to create templates for my vms and it would be amazing, if it was possible, to import these templates into my terraform state. Therefore I wanted to ask if it was possible to add the terraform import functionality to this provider.
Another option could be to create a data resource for vms.
Thanks a lot!
The text was updated successfully, but these errors were encountered: