openstack_networking_router_route_v2

    0

    0

    lucycodes42

    Terraform snippets

    The code defines a resource named "my-${myResourceName}" with the following attributes:

    name: my-${myResourceName}

    description: my-description-${myResourceName}

    Shortcut: tf_openstack_networking_router_route_v2

    resource "openstack_networking_router_route_v2" "${myResourceName}" {
       name = "my-${myResourceName}"
       description = "my-description-${myResourceName}"
    
       depends_on = ["openstack_networking_router_interface_v2.int_1"]
       router_id = "\${openstack_networking_router_v2.router_1.id}"
       destination_cidr = "10.0.1.0/24"
       next_hop = "192.168.199.254"
    }
    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.