FEATURES OPEN SOURCE ABOUT DOCS LOGIN REGISTER

openstack_lb_monitor_v1

Manages a V1 load balancer monitor resource within OpenStack.

Example Usage

resource "openstack_lb_monitor_v1" "monitor_1" {
  type = "PING"
  delay = 30
  timeout = 5
  max_retries = 3
  admin_state_up = "true"
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported:

Import

Load Balancer Members can be imported using the id, e.g.

$ terraform import openstack_lb_monitor_v1.monitor_1 119d7530-72e9-449a-aa97-124a5ef1992c

See the source of this document at Terraform.io