Lists: | pgsql-bugs |
---|
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 |
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
From: | "David G(dot) Johnston" <david(dot)g(dot)johnston(at)gmail(dot)com> |
---|---|
To: | sureshadapa(at)gmail(dot)com, PostgreSQL mailing lists <pgsql-bugs(at)lists(dot)postgresql(dot)org> |
Subject: | Re: BUG #16442: terraform provider postgresql 9.0.0/9.4/12.3/current/latest fail |
Date: | 2020-05-16 02:17:33 |
Message-ID: | CAKFQuwZZGRu6BwOPAgbFNATJnNDWj96xf7Tog4VKkC8tS-KeDA@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Lists: | pgsql-bugs |
On Fri, May 15, 2020 at 4:51 PM PG Bug reporting form <
noreply(at)postgresql(dot)org> wrote:
> 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:
>
>
> 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.