influxdb_database

    0

    0

    lucycodes42

    Terraform snippets

    The influxdb_database resource defines a database named myResourceName. The name field is set to my-description-${myResourceName}, and the description field is set to my-description-${myResourceName}.

    Shortcut: tf_influxdb_database

    resource "influxdb_database" "${myResourceName}" {
       name = "my-${myResourceName}"
       description = "my-description-${myResourceName}"
    
    }
    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.