| page_title | stackit_server_update_schedules Data Source - stackit |
|---|---|
| subcategory | |
| description | Server update schedules datasource schema. Must have a region specified in the provider configuration. ~> This resource is in beta and may be subject to breaking changes in the future. Use with caution. See our guide https://registry.terraform.io/providers/stackitcloud/stackit/latest/docs/guides/opting_into_beta_resources for how to opt-in to use beta resources. |
Server update schedules datasource schema. Must have a region specified in the provider configuration.
~> This resource is in beta and may be subject to breaking changes in the future. Use with caution. See our guide for how to opt-in to use beta resources.
data "stackit_server_update_schedules" "example" {
project_id = "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
server_id = "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
}project_id(String) STACKIT Project ID (UUID) to which the server is associated.server_id(String) Server ID (UUID) to which the update schedule is associated.
region(String) The resource region. If not defined, the provider region is used.
id(String) Terraform's internal data source identifier. It is structured as "project_id,region,server_id".items(Attributes List) (see below for nested schema)
Read-Only:
enabled(Boolean) Is the update schedule enabled or disabled.maintenance_window(Number) Maintenance window [1..24].name(String) The update schedule name.rrule(String) Update schedule described inrrule(recurrence rule) format.update_schedule_id(Number)