| page_title | subcategory | description |
|---|---|---|
citrix_autoscale_plugin_template Resource - citrix |
CVAD |
Manages an autoscale plugin template. |
Manages an autoscale plugin template.
resource citrix_autoscale_plugin_template example-template {
name = "<template-name>"
type = "Holiday"
dates = [
"2025-12-25",
"2026-01-01"
]
}name(String) Name of the autoscale plugin template.type(String) Type of the autoscale plugin template. Only template typeHolidayis supported.
dates(Set of String) Date range for the autoscale holiday plugin template.
Import is supported using the following syntax:
# Autoscale Plugin Template can be imported with the format TemplateType,TemplateName
terraform import citrix_autoscale_plugin_template.example-template "Holiday,MyTemplateName"