openstack_lb_loadbalancer_v2

    0

    0

    lucycodes42

    Terraform snippets

    The code defines a load balancer named "my-${myResourceName}" that has the VIP subnet ID "d9415786-5f1a-428b-b35f-2f1523e146d2".

    Shortcut: tf_openstack_lb_loadbalancer_v2

    resource "openstack_lb_loadbalancer_v2" "${myResourceName}" {
       name = "my-${myResourceName}"
       description = "my-description-${myResourceName}"
    
       vip_subnet_id = "d9415786-5f1a-428b-b35f-2f1523e146d2"
    }
    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.