terraform-provider-coder
terraform-provider-coder copied to clipboard
Follow best practices for versioning
Let's follow the terraform developer [best practices]https://developer.hashicorp.com/terraform/plugin/best-practices/versioning) for versioning provider releases.
This suggests bumping minor when we add new attributes to existing resources or add new resources without any breaking changes.
We recently released a new attribute, hidden, for the resource coder_app without bumping the minor version.