ibm_network_public_ip

    0

    1

    lucycodes42

    Terraform snippets

    This code creates a resource called "ibm_network_public_ip" and sets its IP address as the routes_to value. The notes field is set to contain text that will be displayed in the public-IP details section of the IBM Cloud Dashboard.

    Shortcut: tf_ibm_network_public_ip

    resource "ibm_network_public_ip" "${myResourceName}" {
       routes_to = "${ibm_compute_vm_instance.myResourceName.ipv4_address}"
       notes = "public ip notes"
    }
    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.