Initializing modules...
Initializing the backend...
Initializing provider plugins...
- Finding latest version of hashicorp/confluentcloud...
- Finding confluentinc/confluentcloud versions matching "0.2.0"...
- Installing confluentinc/confluentcloud v0.2.0...
- Installed confluentinc/confluentcloud v0.2.0 (signed by a HashiCorp partner, key ID
Error: Failed to query available provider packages
│
│ Could not retrieve the list of available versions for provider hashicorp/confluentcloud: provider registry registry.terraform.io does not have a provider named
│ registry.terraform.io/hashicorp/confluentcloud
│
│ Did you intend to use confluentinc/confluentcloud? If so, you must specify that source address in each module which requires that provider. To see which modules are currently depending on
│ hashicorp/confluentcloud, run the following command:
│ terraform providers
@gof-ctm could you please take a look at this comment from #20 that should resolve your issue? If it doesn't, please provide a minimum viable example with both file contents and I'll help you to update the files.
module.tf
Then ran terraform init
Any ideas?