google_dns_record_set

    0

    0

    lucycodes42

    Terraform snippets

    The code creates a Google DNS record set named "example-name" with the following properties:

    name: "example-name"

    description: "example-description"

    type: "A"

    ttl: 300

    Shortcut: tf_google_dns_record_set

    resource "google_dns_record_set" "${MyResource}" {
       name = "example-name"
       description = "example-description"
    
       type = "A"
       ttl = 300
    }
    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.