BUG #16442: terraform provider postgresql 9.0.0/9.4/12.3/current/latest fail

Started by PG Bug reporting formalmost 6 years ago2 messagesbugs
Jump to latest
#1PG Bug reporting form
noreply@postgresql.org

The following bug has been logged on the website:

Bug reference: 16442
Logged by: Suresh Adapa
Email address: sureshadapa@gmail.com
PostgreSQL version: 12.3
Operating system: windows
Description:

terraform init

Initializing modules...

Initializing the backend...

Initializing provider plugins...
- Checking for available provider plugins...

No provider "postgresql" plugins meet the constraint "9.5".

The version constraint is derived from the "version" argument within the
provider "postgresql" block in configuration. Child modules may also apply
provider version constraints. To view the provider versions requested by
each
module in the current configuration, run "terraform providers".

To proceed, the version constraints for this provider must be relaxed by
either adjusting or removing the "version" argument in the provider blocks
throughout the configuration.

Error: no suitable version is available

------
Wondering what is the version that i need to use?

terraform -v

Terraform v0.12.25
+ provider.aws v2.19.0
+ provider.template v2.1.2
#2David G. Johnston
david.g.johnston@gmail.com
In reply to: PG Bug reporting form (#1)
Re: BUG #16442: terraform provider postgresql 9.0.0/9.4/12.3/current/latest fail

On Fri, May 15, 2020 at 4:51 PM PG Bug reporting form <
noreply@postgresql.org> wrote:

The following bug has been logged on the website:

Bug reference: 16442
Logged by: Suresh Adapa
Email address: sureshadapa@gmail.com
PostgreSQL version: 12.3
Operating system: windows
Description:

Wondering what is the version that i need to use?

This is more appropriately posted to either the -general list or a forum
for terraform users - the form you filled in is for reporting bug in the
PostgreSQL core project offering - within which there is no terraform
related code.

David J.