terraform-provider-aws: v3.41.0 broken on registry.terraform.io for linux/amd64

hashicorp/aws v3.41.0 seems to be broken on the registry for linux/amd64.

linux/amd64 is shown as existing for v3.41.0 here: https://registry.terraform.io/v1/providers/hashicorp/aws/versions

However, the PackageMeta request for v3.41.0 returns Not Found: https://registry.terraform.io/v1/providers/hashicorp/aws/3.41.0/download/linux/amd64.

v3.4.1 seems to exist for other platforms, e.g. https://registry.terraform.io/v1/providers/hashicorp/aws/3.41.0/download/linux/386 and the actual linux/amd64 package exists at https://releases.hashicorp.com/terraform-provider-aws/3.41.0/terraform-provider-aws_3.41.0_linux_amd64.zip, so it appears that only the PackageMeta is broken.

About this issue

  • Original URL
  • State: closed
  • Created 3 years ago
  • Reactions: 2
  • Comments: 20 (10 by maintainers)

Most upvoted comments

@mwarkentin Which version of the Terraform CLI are you using? May be related to #19158.

@mccartney Thanks for pointing out the issue with the duplicate CHANGELOG headers. I have manually corrected that. #19384 addresses this and (hopefully) will be merged before the next release.