Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 828 Bytes

File metadata and controls

31 lines (22 loc) · 828 Bytes

netscaler_csaction

Terraform resource name : netscaler_csaction

Arguments
Name Force new Array Type
comment No No string
name No No string
targetlbvserver No No lbvserver.name
targetvserver No No string
targetvserverexpr 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_csaction" "<resource_name>" {

    comment = "abc"
    name = "abc"
    targetlbvserver = "${netscaler_lbvserver.<resource_name>.name}"
    targetvserver = "abc"
    targetvserverexpr = "abc"
}