Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 1.07 KB

File metadata and controls

31 lines (20 loc) · 1.07 KB
page_title stackit_server_update_enable Resource - stackit
subcategory
description Server update enable resource schema. Must have a region specified in the provider configuration. Always use only one enable resource per server.

stackit_server_update_enable (Resource)

Server update enable resource schema. Must have a region specified in the provider configuration. Always use only one enable resource per server.

Schema

Required

  • project_id (String) STACKIT Project ID to which the server update enable is associated.
  • server_id (String) Server ID to which the server update enable is associated.

Optional

  • region (String) The resource region. If not defined, the provider region is used.
  • update_policy_id (String) The update policy ID.

Read-Only

  • enabled (Boolean) Set to true if the service is enabled.
  • id (String) Terraform's internal resource identifier. It is structured as "project_id,server_id,region".