mysql_user

    0

    0

    lucycodes42

    Terraform snippets

    The above code creates a MySQL user with the name "example-user", on the host "example-host" with the password "example-password".

    Shortcut: tf_mysql_user

    resource "mysql_user" "${MyResource}" {
       user        = "example-user"
       host        = "example-host"
       password    = "example-password "
    }
    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.