Terraform resource name : netscaler_policydataset
| Name | Force new | Array | Type |
|---|---|---|---|
| comment | No | No | string |
| indextype | No | No | Auto-generated, User-defined |
| name | No | No | string |
| type | No | No | ipv4, number, ipv6, ulong, double, mac |
See official documentation page for possible values for these arguments and for an exhaustive list of arguments.
resource "netscaler_policydataset" "<resource_name>" {
comment = "abc"
indextype = "Auto-generated"
name = "abc"
type = "ipv4"
}