FEATURES OPEN SOURCE ABOUT DOCS LOGIN REGISTER

openstack_lbaas_monitor_v2

Manages a V2 monitor resource within OpenStack.

Example Usage

resource "openstack_lb_monitor_v2" "monitor_1" {
  type = "PING"
  delay = 20
  timeout = 10
  max_retries = 5
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported:


See the source of this document at Terraform.io