openstack_lb_vip_v1

    0

    0

    lucycodes42

    Terraform snippets

    The following code creates a resource named myResourceName with the following characteristics:

    name: myResourceName

    description: my-description-${myResourceName}

    Shortcut: tf_openstack_lb_vip_v1

    resource "openstack_lb_vip_v1" "${myResourceName}" {
       name = "my-${myResourceName}"
       description = "my-description-${myResourceName}"
    
       subnet_id = "12345"
       protocol = "HTTP"
       port = 80
       pool_id = "67890"
    }
    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.