openstack_lb_monitor_v1

    0

    0

    lucycodes42

    Terraform snippets

    This code creates a resource named "my-lb-monitor" and sets the following properties:

    Name: my-lb-monitor

    Description: This resource monitors the load balancer health.

    Shortcut: tf_openstack_lb_monitor_v1

    resource "openstack_lb_monitor_v1" "${myResourceName}" {
       name = "my-${myResourceName}"
       description = "my-description-${myResourceName}"
    
       type = "PING"
       delay = 30
       timeout = 5
       max_retries = 3
       admin_state_up = "true"
    }
    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.