diff --git a/content/terraform/templates/upgrade-guide.mdx b/content/terraform/templates/upgrade-guide.mdx new file mode 100644 index 000000000..240d6149b --- /dev/null +++ b/content/terraform/templates/upgrade-guide.mdx @@ -0,0 +1,19 @@ +--- +page_title: Upgrading to Terraform v__VERSION__ +description: Upgrading to Terraform __VERSION__ +--- + +# Upgrading to Terraform v__VERSION__ + +-> **Tip:** Use the version selector to view the upgrade guides for older Terraform versions. + +Terraform v__VERSION__ is a minor release in the stable Terraform v1.0 series. + +Terraform v__VERSION__ honors the +[Terraform v1.0 Compatibility Promises](https://developer.hashicorp.com/terraform/language/v1-compatibility-promises). + +See [the full changelog](https://github.com/hashicorp/terraform/blob/v__VERSION__/CHANGELOG.md) +for more details. If you encounter any problems during upgrading which are not +covered this guide, please start a new topic in +[the Terraform community forum](https://discuss.hashicorp.com/c/terraform-core) +to discuss it.