Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 779 Bytes

File metadata and controls

27 lines (18 loc) · 779 Bytes

netscaler_policydataset_value_binding

Terraform resource name : netscaler_policydataset_value_binding

Arguments
Name Force new Array Type
index No No double
name No No policydataset.name
value 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_policydataset_value_binding" "<resource_name>" {

    index = 42
    name = "${netscaler_policydataset.<resource_name>.name}"
    value = "abc"
}