openstack_lb_monitor_v2

    0

    0

    lucycodes42

    Terraform snippets

    This resource has the following properties:

    Name: my-${myResourceName}

    Description: my-description-${myResourceName}

    Type: PING

    delay: 20

    timeout: 10

    max_retries: 5

    Shortcut: tf_openstack_lb_monitor_v2

    resource "openstack_lb_monitor_v2" "${myResourceName}" {
       name = "my-${myResourceName}"
       description = "my-description-${myResourceName}"
    
       type = "PING"
       delay = 20
       timeout = 10
       max_retries = 5
    }
    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.