Skip to content

Latest commit

 

History

History
44 lines (30 loc) · 1.01 KB

File metadata and controls

44 lines (30 loc) · 1.01 KB
page_title subcategory description
citrix_wem_configuration_set Resource - citrix
WEM
Manages configuration sets within a WEM deployment.

citrix_wem_configuration_set (Resource)

Manages configuration sets within a WEM deployment.

Example Usage

resource "citrix_wem_configuration_set" "example-config-set"{
    name = "example config set"
    description = "example WEM configuration set"
}

Schema

Required

  • name (String) Name of the configuration set. WEM Site Name should be unique.

Optional

  • description (String) Description of the configuration set. Default value is empty string.

Read-Only

  • id (String) Identifier of the configuration set.

Import

Import is supported using the following syntax:

# WEM Configuration Set can be imported by specifying the ID
terraform import citrix_wem_configuration_set.example-config-set 1234