andrewchambers / terraform-provider-nix

terraform provider that manages nix builds and nixos machines.
https://acha.ninja
MIT License
117 stars 5 forks source link

rework #4

Closed andrewchambers closed 5 years ago

andrewchambers commented 6 years ago

This project is being reworked and simplified, stay tuned.

memberbetty commented 5 years ago

@andrewchambers What's the status of the project? Your approach seems good.

andrewchambers commented 5 years ago

I didn't have time to work on it unfortunately, It is something I want to be improved, but don't have time just yet. The main simplification is that 'nixos-rebuild' already supports installing to remote machines, so things would ideally just use that.

andrewchambers commented 5 years ago

I will try to fix this up in the next week or two. I think this project is worthwhile.

andrewchambers commented 5 years ago

@memberbetty I have rewritten the plugin, it is more flexible, and much better now. Let me know if it matches what you need :)

memberbetty commented 5 years ago

Can it deploy to a private VPC?

andrewchambers commented 5 years ago

It can deploy to anything you can ssh to. I tested with google cloud platform.

memberbetty commented 5 years ago

Thanks, I will consider this as an option for future projects. I did notice some spelling errors in your example, which is something that makes something that technically seems quite good less appealing for new people. Please go over it again if that's something you consider to be important.

Overall, I consider this good work.

andrewchambers commented 5 years ago

Will do, thanks for the feedback.