-
Notifications
You must be signed in to change notification settings - Fork 178
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
doc: HashiCorp Terraform Version Compatibility Matrix #1969
Changes from 8 commits
4223529
06bf2f8
86dc0ff
fd541a0
78e7124
d904874
cd51048
09997f0
8ea2bc5
ade3d26
b73dc35
ad5c36b
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -179,13 +179,20 @@ In addition to [generic `provider` arguments](https://www.terraform.io/docs/conf | |
|
||
For more information on configuring and managing programmatic API Keys see the [MongoDB Atlas Documentation](https://docs.atlas.mongodb.com/tutorial/manage-programmatic-access/index.html). | ||
|
||
## HashiCorp Terraform Version Requirement | ||
| MongoDB Atlas Provider version | Required Terraform version | | ||
| ------------- | ------------- | | ||
| `1.12.0` and above | `1.0+` | | ||
| below `1.12.0` | `0.13+` | | ||
|
||
* While we support minimum of HashiCorp Terraform version 1.0+ (as we have migrated to [Plugin Protocol Version 6](https://developer.hashicorp.com/terraform/plugin/terraform-plugin-protocol#protocol-version-6)), for your safety we strongly recommend only consuming versions of Terraform that are currently receiving Security/Maintenance Updates. For latest Terraform versions see: https://endoflife.date/terraform | ||
## [HashiCorp Terraform Version](https://www.terraform.io/downloads.html) Compatibility Matrix | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. [q] do we plan to include a mention in our next release guide about the Compatibility matrix to notify users? Or would the changelog suffice? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Suggest we mention in both places with link to Terraform Docs. Added additional commit with updates to upcoming Upgrade Guide. ChangeLog will be pulled in automatically from the ChangeLog auto-generation, will also manually adjust as needed when we get there. |
||
|
||
| HashiCorp Terraform Release | HashiCorp Terraform Release Date | HashiCorp Terraform Full Support End Date | MongoDB Atlas Support End Date | | ||
|:-------:|:------------:|:------------:|:------------:| | ||
| 1.7.x | 2024-01-17 | 2026-01-31 | 2026-01-31 | | ||
| 1.6.x | 2023-10-04 | 2025-10-31 | 2025-10-31 | | ||
| 1.5.x | 2023-06-12 | 2025-06-30 | 2025-06-30 | | ||
| 1.4.x | 2023-03-08 | 2025-03-31 | 2025-03-31 | | ||
| 1.3.x | 2022-09-21 | 2024-09-30 | 2024-09-30 | | ||
| 1.2.x | 2022-05-18 | 2024-05-31 | 2024-05-31 | | ||
marcosuma marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
||
For the safety of our users, we require only consuming versions of HashiCorp Terraform that are currently receiving Security / Maintenance Updates. For more details see [Support Period and End-of-Life (EOL) Policy](https://support.hashicorp.com/hc/en-us/articles/360021185113-Support-Period-and-End-of-Life-EOL-Policy). | ||
|
||
For latest HashiCorp Terraform versions see [here](https://endoflife.date/terraform ). | ||
Zuhairahmed marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
||
## Supported OS and Architectures | ||
As per [HashiCorp's recommendations](https://developer.hashicorp.com/terraform/registry/providers/os-arch), we fully support the following operating system / architecture combinations: | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
my feeling is that this info is very below in the page but i suppose it doesn't fit more above
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
played around with the spacing, hope this helps with readability