| page_title | subcategory | description |
|---|---|---|
citrix_wem_configuration_set Resource - citrix |
WEM |
Manages configuration sets within a WEM deployment. |
Manages configuration sets within a WEM deployment.
resource "citrix_wem_configuration_set" "example-config-set"{
name = "example config set"
description = "example WEM configuration set"
}name(String) Name of the configuration set. WEM Site Name should be unique.
description(String) Description of the configuration set. Default value is empty string.
id(String) Identifier of the configuration set.
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