vcd_network

    0

    0

    lucycodes42

    Terraform snippets

    Shortcut: tf_vcd_network

    resource "vcd_network" "${myResourceName}" {
       name = "my-${myResourceName}"
       description = "my-description-${myResourceName}"
    
       edge_gateway = "Edge Gateway Name"
       gateway = "10.10.0.1"
       dhcp_pool {
           start_address = "10.10.0.2"
           end_address = "10.10.0.100"
       }
       static_ip_pool {
           start_address = "10.10.0.152"
           end_address = "10.10.0.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.