Terraform resource name : netscaler_policydataset_value_binding
| Name | Force new | Array | Type |
|---|---|---|---|
| index | No | No | double |
| name | No | No | policydataset.name |
| value | No | No | string |
See official documentation page for possible values for these arguments and for an exhaustive list of arguments.
resource "netscaler_policydataset_value_binding" "<resource_name>" {
index = 42
name = "${netscaler_policydataset.<resource_name>.name}"
value = "abc"
}