Description
Terraform Version
0.12.31, likely all 0.12 patch versions
Affected Pages
https://developer.hashicorp.com/terraform/cli/v1.1.x/run
What is the docs issue?
An issue was reported in hashicorp/terraform-provider-random#663 where Terraform 0.12.31 pulled the latest pre-release version of the terraform-random-provider, breaking configuration. This is a known bug in 0.12 where prerelease versions are not correctly parsed for compatibility checks.
Proposal
While we continue to investigate ways to mitigate the impact to end users, we should at least put a notice on existing <1.1 documentation pages to advise practitioners who are on pre-1.0 versions to pin their provider versions, if they can't upgrade for whatever reason. (of course upgrading would be better!)
Maybe this page, but no strong opinions about where this goes:
https://developer.hashicorp.com/terraform/cli/v1.1.x/run
References
No response