Skip to content

Latest commit

 

History

History
34 lines (25 loc) · 1 KB

File metadata and controls

34 lines (25 loc) · 1 KB
page_title subcategory description
netscalersdx_cipher_group Resource - terraform-provider-netscalersdx
Configuration for Cipher Group resource

netscalersdx_cipher_group (Resource)

Configuration for Cipher Group resource

Example Usage

resource "netscalersdx_cipher_group" "tf_cipher_group" {
  cipher_group_description = "from terraform"
  cipher_group_name        = "tf_cipher_group"
  cipher_name_list_array   = ["TLS1-AES-256-CBC-SHA", "TLS1-ECDHE-RSA-DES-CBC3-SHA"]
}

Schema

Required

  • cipher_group_description (String) Describing the Cipher Group algorithms created. Minimum length = 1 Maximum length = 256
  • cipher_group_name (String) Name of Cipher Group. Minimum length = 1 Maximum length = 128
  • cipher_name_list_array (List of String) list of cipher suites in form of array of strings.

Read-Only

  • id (String) The ID of this resource.