ibm_app_domain_private

    0

    0

    lucycodes42

    Terraform snippets

    In the code example, the resource id is IBM_ORG.MYRESOURCENAME-ORG.ID and the name is myResourceName. The IBM_APP_DOMAIN_PRIVATE resource id associates the myResourceName resource with the domain-private name.

    Shortcut: tf_ibm_app_domain_private

    resource "ibm_app_domain_private" "${myResourceName}" {
        name = "${myResourceName}"
       org_guid = "${data.ibm_org.myResourceName-org.id}"
    }
    data "ibm_app_domain_private" "${myResourceName}-data-domain-private" {
       name = "${ibm_app_domain_private.myResourceName-domain-private.name}"
    }
    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.