Difference between revisions of "Terraform PostgreSQL Provider"

From wikieduonline
Jump to navigation Jump to search
Line 2: Line 2:
 
* [[cyrilgdn]]: https://registry.terraform.io/providers/cyrilgdn/postgresql/latest/docs
 
* [[cyrilgdn]]: https://registry.terraform.io/providers/cyrilgdn/postgresql/latest/docs
  
 +
== Errors ==
 +
terraform init
 +
 +
Initializing the backend...
 +
 +
Initializing provider plugins...
 +
- Finding latest version of hashicorp/postgresql...
 +
 +
│ Error: Failed to query available provider packages
 +
 +
│ Could not retrieve the list of available versions for provider hashicorp/postgresql: provider registry registry.terraform.io does not have a
 +
│ provider named registry.terraform.io/hashicorp/postgresql
 +
 +
│ Did you intend to use [[cyrilgdn]]/postgresql? If so, you must specify that source address in each module which requires that provider. To see w hich
 +
│ modules are currently depending on hashicorp/postgresql, run the following command:
 +
│    terraform providers
 +
  
 
== Related ==
 
== Related ==

Revision as of 17:57, 8 January 2024

Errors

terraform init

Initializing the backend... 

Initializing provider plugins...
- Finding latest version of hashicorp/postgresql... 
╷
│ Error: Failed to query available provider packages
│
│ Could not retrieve the list of available versions for provider hashicorp/postgresql: provider registry registry.terraform.io does not have a
│ provider named registry.terraform.io/hashicorp/postgresql
│
│ Did you intend to use cyrilgdn/postgresql? If so, you must specify that source address in each module which requires that provider. To see w hich
│ modules are currently depending on hashicorp/postgresql, run the following command:
│     terraform providers
╵

Related

See also

Advertising: