ibm_dns_domain

    0

    0

    lucycodes42

    Terraform snippets

    The ibm_dns_domain resource sets up an internal DNS domain for use by your application. The name attribute specifies the name of the domain, while the target attribute specifies the IP address of the DNS server that the domain should be pointed to.

    Shortcut: tf_ibm_dns_domain

    resource "ibm_dns_domain" "${myResourceName}" {
    name = "my-${myResourceName}"
    target = "172.16.0.100"
    }
    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.