mongodb / terraform-provider-mongodbatlas

Terraform MongoDB Atlas Provider: Deploy, update, and manage MongoDB Atlas infrastructure as code through HashiCorp Terraform
https://registry.terraform.io/providers/mongodb/mongodbatlas
Mozilla Public License 2.0
242 stars 168 forks source link

Unable to install provider #762

Closed calebyouki closed 2 years ago

calebyouki commented 2 years ago

Terraform CLI and Terraform MongoDB Atlas Provider Version

# Copy-paste your version info here
Terraform v1.2.3

Terraform Configuration File

terraform {
  required_providers {
    mongodbatlas = {
      source  = "mongodb/mongodbatlas"
      version = "1.3.1"
    }
  }
}

provider "mongodbatlas" {
  # Configuration options redacted
}

Steps to Reproduce

  1. terraform init

Expected Behavior

Successfully install mongodbatlas provider

Actual Behavior

Initializing provider plugins...
- Finding mongodb/mongodbatlas versions matching "1.1.1"...
╷
│ Error: Failed to install provider
│ 
│ Error while installing mongodb/mongodbatlas v1.1.1: could not query provider registry for registry.terraform.io/mongodb/mongodbatlas: failed to retrieve authentication
│ checksums for provider: the request failed after 2 attempts, please try again later: Get
│ "https://objects.githubusercontent.com/github-production-release-asset-2e65be/202570697/d163801c-c2e0-46b1-9800-244f364b57d7?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F20220629%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20220629T070121Z&X-Amz-Expires=300&X-Amz-Signature=b72f5e8b33855b05cb2ac71648780abc26ef89bb102cc03efe55ea0441a934cf&X-Amz-SignedHeaders=host&actor_id=0&key_id=0&repo_id=202570697&response-content-disposition=attachment%3B%20filename%3Dterraform-provider-mongodbatlas_1.1.1_SHA256SUMS&response-content-type=application%2Foctet-stream":
│ net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers)

Debug Output

terraform-provider-mongodbatlas_1.3.zip

Crash Output

Additional Context

References

themantissa commented 2 years ago

@calebyouki often a failed install is a network error or related.