Terraform CLI and Provider Versions
Terraform v0.12.31
Provider Version: 3.7.0-alpha1 (latest)
Terraform Configuration
resource "random_password" "password" {
length = 20
min_lower = 1
min_numeric = 1
min_special = 1
min_upper = 1
special = true
override_special = "-_+[]{}?"
}
Expected Behavior
Latest should not be released to pre-release version
Or should work with terraform 0.12 version
Actual Behavior
Steps to Reproduce
terraform init
How much impact is this issue causing?
High
Logs
No response
Additional Information
As we do not have a required_version section, it is resolving to latest and braking the existing service. We have a terraform upgrade with future release but this is breaking the current env.
Code of Conduct
Terraform CLI and Provider Versions
Terraform v0.12.31
Provider Version: 3.7.0-alpha1 (latest)
Terraform Configuration
Expected Behavior
Latest should not be released to pre-release version
Or should work with terraform 0.12 version
Actual Behavior
Steps to Reproduce
terraform initHow much impact is this issue causing?
High
Logs
No response
Additional Information
As we do not have a required_version section, it is resolving to latest and braking the existing service. We have a terraform upgrade with future release but this is breaking the current env.
Code of Conduct