openstack_networking_router_v2

    0

    0

    lucycodes42

    Terraform snippets

    This code configures the openstack_networking_router_v2 resource with the name myResourceName and the description my-description-myResourceName. The external_gateway attribute specifies the external gateway for the myResourceName.

    Shortcut: tf_openstack_networking_router_v2

    resource "openstack_networking_router_v2" "${myResourceName}" {
       name = "my-${myResourceName}"
       description = "my-description-${myResourceName}"
    
       external_gateway = "f67f0d72-0ddf-11e4-9d95-e1f29f417e2f"
    }
    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.