diff --git a/SUPPORT.md b/SUPPORT.md new file mode 100644 index 0000000000..cb9f0a15b8 --- /dev/null +++ b/SUPPORT.md @@ -0,0 +1,18 @@ +# Support Policy + +Version 2 of the Terraform Plugin SDK is considered **GA (generally +available)** and has the following support policy: + +Critical bug fixes will be accepted and merged. New features and non-critical +bug fixes may be accepted at maintainers’ discretion, but our priority is +maintaining stability. + +We will not break the public interface exposed by the SDK in a minor or patch +release unless a critical security issue or bug demands it, and only then as a +last resort. + +We will continue testing version 2 of the SDK against new releases of Terraform +to ensure compatibility. + +We will not be backporting bug fixes to prior minor releases. Only the latest +minor release receives new patch versions.