terraform-provider-postgresql | Terraform PostgreSQL provider | Infrastructure Automation library

 by   cyrilgdn Go Version: v1.19.0 License: MPL-2.0

kandi X-RAY | terraform-provider-postgresql Summary

kandi X-RAY | terraform-provider-postgresql Summary

terraform-provider-postgresql is a Go library typically used in Devops, Infrastructure Automation, Terraform applications. terraform-provider-postgresql has no bugs, it has no vulnerabilities, it has a Weak Copyleft License and it has low support. You can download it from GitHub.

This provider allows to manage with Terraform [Postgresql] objects like databases, extensions, roles, etc.. It’s published on the [Terraform registry] It replaces since Hashicorp stopped hosting community providers in favor of the Terraform registry.
Support
    Quality
      Security
        License
          Reuse

            kandi-support Support

              terraform-provider-postgresql has a low active ecosystem.
              It has 247 star(s) with 116 fork(s). There are 11 watchers for this library.
              OutlinedDot
              It had no major release in the last 12 months.
              There are 83 open issues and 87 have been closed. On average issues are closed in 107 days. There are 13 open pull requests and 0 closed requests.
              It has a neutral sentiment in the developer community.
              The latest version of terraform-provider-postgresql is v1.19.0

            kandi-Quality Quality

              terraform-provider-postgresql has 0 bugs and 90 code smells.

            kandi-Security Security

              terraform-provider-postgresql has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
              terraform-provider-postgresql code analysis shows 0 unresolved vulnerabilities.
              There are 7 security hotspots that need review.

            kandi-License License

              terraform-provider-postgresql is licensed under the MPL-2.0 License. This license is Weak Copyleft.
              Weak Copyleft licenses have some restrictions, but you can use them in commercial projects.

            kandi-Reuse Reuse

              terraform-provider-postgresql releases are available to install and integrate.
              Installation instructions are not available. Examples and code snippets are available.
              It has 7821 lines of code, 244 functions and 35 files.
              It has high code complexity. Code complexity directly impacts maintainability of the code.

            Top functions reviewed by kandi - BETA

            kandi has reviewed terraform-provider-postgresql and discovered the below as its top functions. This is intended to give you an instant insight into terraform-provider-postgresql implemented functionality, and help decide if they suit your requirements.
            • resourcePostgreSQLRoleCreate is used to create a role
            • Provider returns a schema . Provider .
            • resourcePostgreSQLRole returns schema for PostgreSQL Role .
            • createDatabase creates a database
            • readRolePrivileges retrieves privileges from a database .
            • resourcePostgreSQLRoleReadImpl is used to perform a postgres role read .
            • withRolesGranted calls fn with the given roles granted to the user .
            • resourcePostgreSQLSchema returns the schema .
            • resourcePostgreSQLRoleUpdate postgres role update
            • resourcePostgreSQLDatabaseReadImpl deserializes a PostgreSQL database .
            Get all kandi verified functions for this library.

            terraform-provider-postgresql Key Features

            No Key Features are available at this moment for terraform-provider-postgresql.

            terraform-provider-postgresql Examples and Code Snippets

            No Code Snippets are available at this moment for terraform-provider-postgresql.

            Community Discussions

            QUESTION

            Explicitly define order of Terraform destroy operations (several providers) when destroying stack
            Asked 2021-Feb-17 at 09:10

            I have a terraform configuration that looks like this:

            1. With provider aws, create an RDS database
            2. With provider https://github.com/cyrilgdn/terraform-provider-postgresql, create Postgresql databases etc.

            The latter is done via separate custom module.

            Now, when calling terraform destroy I ended up in state where cluster is removed but databases are not deleted, and TF complains with error

            Error: error detecting capabilities: error PostgreSQL version: dial tcp: lookup [host].eu-west-1.rds.amazonaws.com on [IP]:53: no such host

            which clearly suggests database entities were not removed prior to removing the cluster.

            I would like to identify to Terraform that database entities must be removed before cluster itself. How could I do that?

            ...

            ANSWER

            Answered 2021-Feb-17 at 09:10

            Try depends_on meta-argument so postgreSQL module depends on RDS module.

            Source https://stackoverflow.com/questions/66229794

            Community Discussions, Code Snippets contain sources that include Stack Exchange Network

            Vulnerabilities

            No vulnerabilities reported

            Install terraform-provider-postgresql

            You can download it from GitHub.

            Support

            For any new features, suggestions and bugs create an issue on GitHub. If you have any questions check and ask questions on community page Stack Overflow .
            Find more information at:

            Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items

            Find more libraries
            CLONE
          • HTTPS

            https://github.com/cyrilgdn/terraform-provider-postgresql.git

          • CLI

            gh repo clone cyrilgdn/terraform-provider-postgresql

          • sshUrl

            git@github.com:cyrilgdn/terraform-provider-postgresql.git

          • Stay Updated

            Subscribe to our newsletter for trending solutions and developer bootcamps

            Agree to Sign up and Terms & Conditions

            Share this Page

            share link

            Consider Popular Infrastructure Automation Libraries

            terraform

            by hashicorp

            salt

            by saltstack

            pulumi

            by pulumi

            terraformer

            by GoogleCloudPlatform

            Try Top Libraries by cyrilgdn

            runbot_docker

            by cyrilgdnPython

            webext-odoo-toggle-debug

            by cyrilgdnJavaScript