docs/breaking-changes.md
A breaking change to the provider is any change that requires an end user to modify a previously valid Terraform configuration in order to maintain an existing deployment. This usually means that terraform plan will show no unexpected diffs after upgrading the provider.
Breaking changes are not allowed within a provider major version.
terraform plan to show unexpected diffs between minor version upgrades.terraform plan diffs on minor or patch version upgrades.