Skip to content

Latest commit

 

History

History
37 lines (28 loc) · 979 Bytes

File metadata and controls

37 lines (28 loc) · 979 Bytes

netscaler_responderaction

Terraform resource name : netscaler_responderaction

Arguments
Name Force new Array Type
bypasssafetycheck No No YES, NO
comment No No string
htmlpage No No string
name No No string
reasonphrase No No string
responsestatuscode No No double
target No No string
type No No noop, respondwith, redirect, respondwithhtmlpage, sqlresponse_ok, sqlresponse_error
Argument Reference

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

Example
resource "netscaler_responderaction" "<resource_name>" {

    bypasssafetycheck = "YES"
    comment = "abc"
    htmlpage = "abc"
    name = "abc"
    reasonphrase = "abc"
    responsestatuscode = 42
    target = "abc"
    type = "noop"
}