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

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

From
PG Bug reporting form
Date:
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


Re: BUG #16442: terraform provider postgresql 9.0.0/9.4/12.3/current/latestfail

From
"David G. Johnston"
Date:
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.