Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 704 Bytes

appqoepolicy.md

File metadata and controls

27 lines (18 loc) · 704 Bytes

netscaler_appqoepolicy

Terraform resource name : netscaler_appqoepolicy

Arguments
Name Force new Array Type
action No No appqoeaction.name
name No No string
rule 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_appqoepolicy" "<resource_name>" {

    action = "${netscaler_appqoeaction.<resource_name>.name}"
    name = "abc"
    rule = "abc"
}