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_backup_enable Resource - stackit
subcategory
description Server backup enable resource schema. Must have a region specified in the provider configuration. Always use only one enable resource per server.

stackit_server_backup_enable (Resource)

Server backup 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 backup enable is associated.
  • server_id (String) Server ID to which the server backup enable is associated.

Optional

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

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".