Terraform resource name : netscaler_lbmonitor_metric_binding
| Name | Force new | Array | Type |
|---|---|---|---|
| metric | No | No | string |
| metricthreshold | No | No | double |
| metricweight | No | No | double |
| monitorname | No | No | lbmonitor.monitorname |
See official documentation page for possible values for these arguments and for an exhaustive list of arguments.
resource "netscaler_lbmonitor_metric_binding" "<resource_name>" {
metric = "abc"
metricthreshold = 42
metricweight = 42
monitorname = "${netscaler_lbmonitor.<resource_name>.monitorname}"
}