Skip to content

Commit e5d8934

Browse files
authored
doc: Terraform Versioning Guidance (#1627)
* Terraform Versioning Guidance * Update index.html.markdown * Update README.md * Update index.html.markdown * Update index.html.markdown * Update README.md
1 parent d76dfd6 commit e5d8934

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ Bugs should be filed under the Issues section of this repo.
1717
Feature requests can be submitted at https://feedback.mongodb.com/forums/924145-atlas - just select the Terraform plugin as the category or vote for an already suggested feature.
1818

1919
## Requirements
20-
- [Terraform](https://www.terraform.io/downloads.html) 1.0+
21-
- [Go](https://golang.org/doc/install) 1.21 (to build the provider plugin)
20+
- [Terraform Version](https://www.terraform.io/downloads.html) 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
21+
- [Go Version](https://golang.org/doc/install) 1.21 (to build the provider plugin)
2222

2323
## Using the Provider
2424

website/docs/index.html.markdown

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,11 +179,14 @@ In addition to [generic `provider` arguments](https://www.terraform.io/docs/conf
179179

180180
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).
181181

182-
## Terraform Version Requirement
182+
## HashiCorp Terraform Version Requirement
183183
| MongoDB Atlas Provider version | Required Terraform version |
184184
| ------------- | ------------- |
185185
| `1.12.0` and above | `1.0+` |
186186
| below `1.12.0` | `0.13+` |
187+
188+
* 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
189+
187190
## Supported OS and Architectures
188191
As per [HashiCorp's recommendations](https://developer.hashicorp.com/terraform/registry/providers/os-arch), we fully support the following operating system / architecture combinations:
189192
- Darwin / AMD64

0 commit comments

Comments
 (0)