Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 736 Bytes

File metadata and controls

29 lines (20 loc) · 736 Bytes

netscaler_policydataset

Terraform resource name : netscaler_policydataset

Arguments
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
Argument Reference

See official documentation page for possible values for these arguments and for an exhaustive list of arguments.

Example
resource "netscaler_policydataset" "<resource_name>" {

    comment = "abc"
    indextype = "Auto-generated"
    name = "abc"
    type = "ipv4"
}