cloudstack_static_route

    0

    0

    lucycodes42

    Terraform snippets

    This code defines a cloudstack_static_route resource with the name myResourceName and an IP address range of 10.0.0.0/16. The resource is associated with a gateway_id of 76f607e3-e8dc-4971-8831-b2a2b0cc4cb4.

    Shortcut: tf_cloudstack_static_route

    resource "cloudstack_static_route" "${myResourceName}" {
       name = "my-${myResourceName}"
       cidr = "10.0.0.0/16"
       gateway_id = "76f607e3-e8dc-4971-8831-b2a2b0cc4cb4"
    }
    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.