postgresql_role

    0

    0

    lucycodes42

    Terraform snippets

    The code creates a PostgreSQL role named "example-name" and sets its properties. The name of the role is "example-name", and it has a login property set to true and a password property set to "example-password". The encrypted field is also set to true.

    Shortcut: tf_postgresql_role

    resource "postgresql_role" "${MyResource}" {
       name        = "example-name"
       login       = true
       password    = "example-password"
       encrypted   = true
    }
    Codiga Logo
    Codiga Hub
    • Rulesets
    • Playground
    • Snippets
    • Cookbooks
    Legal
    • Security
    • Privacy Policy
    • Code Privacy
    • Terms of Service
    soc-2 icon

    We are SOC-2 Compliance Certified

    G2 high performer medal

    Codiga – All rights reserved 2022.