google_sql_database_instance

    0

    0

    lucycodes42

    Terraform snippets

    The code creates a GoogleSQLDatabase instance called "example-name" in the us-central region. The instance has a tier of D0.

    Shortcut: tf_google_sql_database_instance

    resource "google_sql_database_instance" "${MyResource}" {
       name = "example-name"
       description = "example-description"
    
       region = "us-central
       settings { tier = "D0" }
    }
    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.