Skip to content

terraform: Add upgrade guide template #502

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions content/terraform/templates/upgrade-guide.mdx
Original file line number Diff line number Diff line change
@@ -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.
Loading