Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 661 Bytes

File metadata and controls

27 lines (18 loc) · 661 Bytes

netscaler_policypatset

Terraform resource name : netscaler_policypatset

Arguments
Name Force new Array Type
comment No No string
indextype No No Auto-generated, User-defined
name 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_policypatset" "<resource_name>" {

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