Hi Team,
I’m using terraform v1.0.1 and trying to create mongodbatlas cluster, but getting below error with the providers.
Error: Failed to query available provider packages
│
│ Could not retrieve the list of available versions for provider
│ hashicorp/mongodbatlas: provider registry registry.terraform.io does not
│ have a provider named registry.terraform.io/hashicorp/mongodbatlas
│
│ Did you intend to use mongodb/mongodbatlas? If so, you must specify that
│ source address in each module which requires that provider. To see which
│ modules are currently depending on hashicorp/mongodbatlas, run the
│ following command:
│ terraform providers
Also I’m using below source providers,
mongodbatlas = {
source = “mongodb/mongodbatlas”
version = “0.9.0”
}
Please can someone help me on this, if i’m missing something else.