Closed
Description
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:
- Remove the local
.terraform
directory (! ONLY if state is stored remotely, which hopefully you are following that best practice!):rm -rf .terraform/
- Re-initialize the project root to pull down modules:
terraform init
- 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
Labels
No labels