openstack_networking_port_v2

    0

    0

    lucycodes42

    Terraform snippets

    This code creates a new resource named myResourceName with the following settings:

    name: myResourceName

    description: my-description-${myResourceName}

    Shortcut: tf_openstack_networking_port_v2

    resource "openstack_networking_port_v2" "${myResourceName}" {
       name = "my-${myResourceName}"
       description = "my-description-${myResourceName}"
    
       network_id = "\${openstack_networking_network_v2.network_1.id}"
       admin_state_up = "true"
    }
    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.