Skip to content

latest resolve to 3.7.0-alpha1 version and it break with 0.12 terraform version #663

@junejasandeep

Description

@junejasandeep

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

Image

Steps to Reproduce

  1. 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

  • I agree to follow this project's Code of Conduct

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions