You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 14, 2020. It is now read-only.
aws_db_parameter_group.custom-notmidship: Importing from ID "custom-notmidship"...
aws_db_parameter_group.custom-notmidship: Import prepared!
Prepared aws_db_parameter_group for import
aws_db_parameter_group.custom-notmidship: Refreshing state... [id=custom-notmidship]
Error: Error initializing PostgreSQL client: error detecting capabilities: error PostgreSQL version: dial tcp 172.31.31.5:5432: connect: operation timed out
on /myproject/providers.tf line 89, in provider "postgresql":
89: provider "postgresql" {
Expected Behavior
Running an import action (or any action for that matter) which is not touching posgres resources should not trigger the initialisation of the postgres provider.
Running an import action (or any action for that matter) which is not
touching posgres resources should not trigger the initialisation of the
postgres provider.
Same behaviour as terraform-provider-mysql.
Fixes#140
Signed-off-by: Enrico Stahn <[email protected]>
Terraform Version
Affected Resource(s)
Terraform Configuration Files
Debug Output
Expected Behavior
Running an import action (or any action for that matter) which is not touching posgres resources should not trigger the initialisation of the postgres provider.
Example:
Actual Behavior
The postgres provider tries to connect to the database.
Steps to Reproduce
Please list the steps required to reproduce the issue, for example:
terraform import ...
The text was updated successfully, but these errors were encountered: