OpenNebula / terraform-provider-opennebula

Terraform provider for OpenNebula
https://www.terraform.io/docs/providers/opennebula/
Mozilla Public License 2.0
63 stars 53 forks source link

Improve contribution guidelines #568

Open Thiryn opened 1 month ago

Thiryn commented 1 month ago

Description

The contribution guidelines could be improved, as the current guidelines allow to install the provider locally entirely, entering the provider binary hash in the .terraform.lock.hcl which changes at every build. Terraform allows for dev_override for the specific use case of developing a provider, enabling to change the provider without touching the user terraform code.

New or affected resources and data sources

none

Potential terraform configuration

none

References

https://developer.hashicorp.com/terraform/cli/config/config-file#development-overrides-for-provider-developers

frousselet commented 4 weeks ago

Hello @Thiryn,

That's interesting, I was not aware of this. Many thanks.