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