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

From: PG Bug reporting form <noreply(at)postgresql(dot)org>
To: pgsql-bugs(at)lists(dot)postgresql(dot)org
Cc: sureshadapa(at)gmail(dot)com
Subject: BUG #16442: terraform provider postgresql 9.0.0/9.4/12.3/current/latest fail
Date: 2020-05-15 22:32:10
Message-ID: 16442-185018805b5eb7e4@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

The following bug has been logged on the website:

Bug reference: 16442
Logged by: Suresh Adapa
Email address: sureshadapa(at)gmail(dot)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

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Michael Paquier 2020-05-16 01:20:37 Re: BUG #16439: can not read table info for greenplum 6
Previous Message PG Bug reporting form 2020-05-15 21:07:33 BUG #16441: Cannot multi-insert into generated column with DEFAULT value