openstack_networking_router_interface_v2

    0

    0

    lucycodes42

    Terraform snippets

    The code defines a resource named "my-${myResourceName}" which refers to a network interface located in network_1. It defines the following properties: name (which is "my-description-${myResourceName}"), network_id (which is "${openstack_networking_network_v2.network_1.id}"), and subnet_id (which is "${openstack_networking_network_v2.subnet_id.id}").

    Shortcut: tf_openstack_networking_router_interface_v2

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