Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 906 Bytes

lbmonitor_sslcertkey_binding.md

File metadata and controls

31 lines (22 loc) · 906 Bytes

netscaler_lbmonitor_sslcertkey_binding

Terraform resource name : netscaler_lbmonitor_sslcertkey_binding

Arguments
Name Force new Array Type
ca No No bool
certkeyname No No string
crlcheck No No string
monitorname No No lbmonitor.monitorname
ocspcheck No No string
Argument Reference

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

Example
resource "netscaler_lbmonitor_sslcertkey_binding" "<resource_name>" {

    ca = true
    certkeyname = "abc"
    crlcheck = "abc"
    monitorname = "${netscaler_lbmonitor.<resource_name>.monitorname}"
    ocspcheck = "abc"
}