lxc / terraform-provider-incus

Incus provider for Terraform/OpenTofu
https://linuxcontainers.org/incus
Mozilla Public License 2.0
50 stars 11 forks source link

Publish to Terraform Registry #6

Closed maveonair closed 9 months ago

maveonair commented 9 months ago

Our Terraform provider should be published in the Terraform Registry, see Publishing Providers.

Open questions:

stgraber commented 9 months ago

I'll take care of the registration bits for the provider and will initially put my GPG key in the registry so that should be fine. If someone else wants to handle releases in the future, we can add their GPG key too.

For versioning, I think we can probably release an initial 0.0.1 just to have something up, then make sure that all instructions and everything looks good and that there are no initial issues before putting out a 1.0.0? Unless Terraform cares about the specific version number somehow?

Incus is going to be doing 0.x until April or so when we'll jump straight to 6.0.0 to line up with LXC and LXCFS.

stgraber commented 9 months ago

https://registry.terraform.io/providers/lxc/incus/latest

stgraber commented 9 months ago

Let me know if there's any issue with it as it!

maveonair commented 9 months ago

Amazing! I just tried and it works perfectly :)!