Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 737 Bytes

syslog_params.md

File metadata and controls

32 lines (23 loc) · 737 Bytes
page_title subcategory description
netscalersdx_syslog_params Resource - terraform-provider-netscalersdx
Configuration for Syslog Parameters resource.

netscalersdx_syslog_params (Resource)

Configuration for Syslog Parameters resource.

Example Usage

resource "netscalersdx_syslog_params" "tf_syslog_params" {
  date_format = "DDMMYYYY"
  timezone    = "GMT"
}

Schema

Optional

  • date_format (String) Format of date to be added in the syslog message.
  • timezone (String) Timezone to be used in the syslog message.

Read-Only

  • id (String) The ID of this resource.