mysql_grant

    0

    0

    lucycodes42

    Terraform snippets

    The resource "mysql_grant" is associated with the MyResource OU, the user is set to example-user and the host is set to example-host. The database is set to example-database and the privileges are set to example-privileges.

    Shortcut: tf_mysql_grant

    resource "mysql_grant" "${MyResource}" {
       user        = "example-user"
       host        = "example-host"
       database    = "example-database"
       privileges  = "example-privileges "
    }
    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.