Skip to content

Wrong provider version dependency #1212

Closed
@Usinghal

Description

@Usinghal

Description

This is wrong please update it <=6.0 it trying to find version above 6.0 which is not there yet!
If your request is for a new feature, please use the Feature request template.

  • ✋ I have searched the open/closed issues and my issue is not listed.

⚠️ Note

Before you submit an issue, please perform the following first:

  1. Remove the local .terraform directory (! ONLY if state is stored remotely, which hopefully you are following that best practice!): rm -rf .terraform/
  2. Re-initialize the project root to pull down modules: terraform init
  3. Re-attempt your terraform plan or apply and check if the issue still persists

Versions

  • Module version [Required]:

  • Terraform version:

  • Provider version(s):

Reproduction Code [Required]

aws = {
  source  = "hashicorp/aws"
  version = "<= 6.0.0"
}

Steps to reproduce the behavior:

Every where its causing issue if trying to use the latest version

Expected behavior

This is wrong please update it <=6.0 it trying to find version above 6.0 which is not there yet!

Actual behavior

keep
aws = {
source = "hashicorp/aws"
version = "< 6.0.0"
}

Terminal Output Screenshot(s)

Additional context

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions