cloudstack_loadbalancer_rule

    0

    0

    lucycodes42

    Terraform snippets

    The cloudstack_loadbalancer_rule resource configures the load balancer rule named "loadbalancer-rule-1".

    Shortcut: tf_cloudstack_loadbalancer_rule

    resource "cloudstack_loadbalancer_rule" "${myResourceName}" {
       name = "loadbalancer-rule-1"
       description = "Loadbalancer rule 1"
       ip_address_id = "30b21801-d4b3-4174-852b-0c0f30bdbbfb"
       algorithm = "roundrobin"
       private_port = 80
       public_port = 80
       member_ids = ["f8141e2f-4e7e-4c63-9362-986c908b7ea7"]
    }
    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.