Hacker News new | ask | show | jobs
by belthesar 347 days ago
There is a Terraform provider that is actively maintained, in addition to Ansible integration. https://linuxcontainers.org/incus/docs/main/third_party/

I'm a Pulumi user myself, and I haven't seen a Pulumi provider for Incus yet. Once I get further into my Incus experiments, if someone hasn't made an Incus provider yet, I'll probably go through the TF provider conversion process.

2 comments

Note that you can now use TF providers "on the fly" from Pulumi: https://www.pulumi.com/blog/any-terraform-provider. No provider bridging/conversion necessary.

I just tried and it seems to have worked (though I haven't tested any specific resources yet):

$ pulumi package add terraform-provider lxc/incus

Oh this is exciting! I didn't know about this, thanks for sharing!
That would be quite useful indeed!