Skip to content
This repository has been archived by the owner on Nov 14, 2020. It is now read-only.

feat: use lazy connections #199

Merged
merged 2 commits into from
Nov 11, 2020
Merged

feat: use lazy connections #199

merged 2 commits into from
Nov 11, 2020

Conversation

estahn
Copy link
Contributor

@estahn estahn commented Nov 3, 2020

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 enrico.stahn@gmail.com

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 <enrico.stahn@gmail.com>
Copy link
Contributor

@cyrilgdn cyrilgdn left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Many thanks for this fix, I'll check but this should also close other issues 👍

@cyrilgdn cyrilgdn merged commit 96d3c0e into hashicorp:master Nov 11, 2020
cyrilgdn added a commit that referenced this pull request Nov 11, 2020
@estahn estahn deleted the lazy-connections branch November 11, 2020 12:51
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

PostgreSQL provider is not using lazy connections
2 participants