openstack_lb_member_v2

    0

    0

    lucycodes42

    Terraform snippets

    The code creates an openstack_lb_member_v2 resource. The name is my-${myResourceName} and the description is my-description-${myResourceName}. The address is 192.168.199.23 and the protocol_port is 8080.

    Shortcut: tf_openstack_lb_member_v2

    resource "openstack_lb_member_v2" "${myResourceName}" {
       name = "my-${myResourceName}"
       description = "my-description-${myResourceName}"
    
       address = "192.168.199.23"
       protocol_port = 8080
    }
    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.