Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 860 Bytes

lbmonitor_metric_binding.md

File metadata and controls

29 lines (20 loc) · 860 Bytes

netscaler_lbmonitor_metric_binding

Terraform resource name : netscaler_lbmonitor_metric_binding

Arguments
Name Force new Array Type
metric No No string
metricthreshold No No double
metricweight No No double
monitorname No No lbmonitor.monitorname
Argument Reference

See official documentation page for possible values for these arguments and for an exhaustive list of arguments.

Example
resource "netscaler_lbmonitor_metric_binding" "<resource_name>" {

    metric = "abc"
    metricthreshold = 42
    metricweight = 42
    monitorname = "${netscaler_lbmonitor.<resource_name>.monitorname}"
}