Loading...
Loading...
### Terraform Version ``` λ terraform version Terraform v1.0.11 on windows_amd64 + provider registry.terraform.io/hashicorp/aws v2.70.0 ``` ### Terraform Configuration Files ```terraform terraform { required_providers { aws = { source = "hashicorp/aws" version = "~> 2" } } required_version = ">= 1" } module "mft-s3eventlambda" { source = "xxx/xxxx/terraform-mft-s3eventlambda/aws" version = "~> 10" } ``` ### Expected Behavior Available: * AWS provider 3.66.0 and 2.70.0 * terraform-mft-s3eventlambda module 10.10.28 and 11.10.10 We expect AWS provider version 3.66.0 and module version 11.10.10 (according to https://www.terraform.io/docs/language/expressions/version-constraints.html) ### Actual Behavior ``` Downloading xxx/xxxx/terraform-mft-s3eventlambda/aws 11.10.10 for mft-s3eventlambda... - mft-s3eventlambda in .terraform\modules\mft-s3eventlambda Initializing provider plugins... - Finding hashicorp/aws versions matching "~> 2.0"... - Installing hashicorp/aws v2.70.0... - Installed hashicorp/aws v2.70.0 (signed by HashiCorp) ``` ### Steps to Reproduce terraform init -backend=false
Click on a version to see all relevant bugs
Terraform Integration
Learn more about where this data comes from
Bug Scrub Advisor
Streamline upgrades with automated vendor bug scrubs
BugZero Enterprise
Wish you caught this bug sooner? Get proactive today.