vcd_dnat

    0

    0

    lucycodes42

    Terraform snippets

    The code defines a resource named vcd_dnat with the following properties:

    name: my-description-${myResourceName}

    description: my-description-${myResourceName}

    edge_gateway: Edge Gateway Name

    external_ip: 78.101.10.20

    port: 80

    internal_ip: 10.10.0.

    Shortcut: tf_vcd_dnat

    resource "vcd_dnat" "${myResourceName}" {
       name = "my-${myResourceName}"
       description = "my-description-${myResourceName}"
    
       edge_gateway  = "Edge Gateway Name"
       external_ip   = "78.101.10.20"
       port          = 80
       internal_ip   = "10.10.0.5"
    }
    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.