hashicorp / terraform-provider-postgresql

As part of our introduction to self-service publishing in the Terraform Registry, this copy of the provider has been archived, and ownership has been transferred to active maintainers in the community. Please see the new location on the Terraform Registry: https://registry.terraform.io/providers/cyrilgdn/postgresql
https://github.com/cyrilgdn/terraform-provider-postgresql
Mozilla Public License 2.0
103 stars 79 forks source link

feat: use lazy connections #199

Closed estahn closed 3 years ago

estahn commented 4 years ago

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