You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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 fordev_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
References
https://developer.hashicorp.com/terraform/cli/config/config-file#development-overrides-for-provider-developers
The text was updated successfully, but these errors were encountered: