Terraform resource name : netscaler_appfwpolicy
| Name | Force new | Array | Type |
|---|---|---|---|
| comment | No | No | string |
| logaction | No | No | string |
| name | No | No | string |
| profilename | No | No | string |
| rule | No | No | string |
See official documentation page for possible values for these arguments and for an exhaustive list of arguments.
resource "netscaler_appfwpolicy" "<resource_name>" {
comment = "abc"
logaction = "abc"
name = "abc"
profilename = "abc"
rule = "abc"
}