dme_record

    0

    0

    lucycodes42

    Terraform snippets

    This code defines a resource called "dme_record" with the following properties:

    name: "my-${myResourceName}"

    description: "my-description-${myResourceName}"

    domainid: "123456"

    name: "www"

    type: "A"

    value: "192.168.1.

    Shortcut: tf_dme_record

    resource "dme_record" "${myResourceName}" {
       name = "my-${myResourceName}"
       description = "my-description-${myResourceName}"
       domainid = "123456"
       name = "www"
       type = "A"
       value = "192.168.1.1"
       ttl = 3600
       gtdLocation = "DEFAULT"
    }
    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.