postgresql

    0

    0

    lucycodes42

    Terraform snippets

    This code creates a provider for the PostgreSQL database. The host, port, username, and password are all required parameters. The ssl_mode parameter is optional and can be set to either sql or tls.

    Shortcut: tf_postgresql

    provider "postgresql" {
       host        = "host-example"
       port        = "port-example"
       username    = "username-example"
       password    = "password-example"
       ssl_mode    = "ssl_mode-example"
    }
    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.