Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 802 Bytes

File metadata and controls

31 lines (22 loc) · 802 Bytes

netscaler_cmpaction

Terraform resource name : netscaler_cmpaction

Arguments
Name Force new Array Type
addvaryheader No No GLOBAL, DISABLED, ENABLED
cmptype No No compress, gzip, deflate, nocompress
deltatype No No PERURL, PERPOLICY
name No No string
varyheadervalue 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_cmpaction" "<resource_name>" {

    addvaryheader = "GLOBAL"
    cmptype = "compress"
    deltatype = "PERURL"
    name = "abc"
    varyheadervalue = "abc"
}