Make server backup schedule resources beta (#434)

* Make server backup schedule resources beta

* Adjust guide
This commit is contained in:
João Palet 2024-06-26 14:02:50 +01:00 committed by GitHub
parent b5eb8bd379
commit 5b617e0676
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
11 changed files with 86 additions and 22 deletions

View file

@ -3,12 +3,15 @@
page_title: "stackit_server_backup_schedule Data Source - stackit"
subcategory: ""
description: |-
Server backup schedule resource schema. Must have a region specified in the provider configuration.
Server backup schedule 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.
---
# stackit_server_backup_schedule (Data Source)
Server backup schedule resource schema. Must have a `region` specified in the provider configuration.
Server backup schedule 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.
## Example Usage

View file

@ -3,12 +3,15 @@
page_title: "stackit_server_backup_schedules Data Source - stackit"
subcategory: ""
description: |-
Server backup schedule data source schema.
Server backup 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.
---
# stackit_server_backup_schedules (Data Source)
Server backup schedule data source schema.
Server backup 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.
## Example Usage

View file

@ -36,4 +36,9 @@ export STACKIT_TF_ENABLE_BETA_RESOURCES=true
## Listing Beta Resources
Currently, there are no beta resources available. This section will be updated as new beta services are introduced.
- `stackit_server_backup_schedule`
## Listing Beta Data Sources
- `stackit_server_backup_schedule`
- `stackit_server_backup_schedules`

View file

@ -4,12 +4,15 @@ page_title: "stackit_server_backup_schedule Resource - stackit"
subcategory: ""
description: |-
Server backup schedule resource 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.
---
# stackit_server_backup_schedule (Resource)
Server backup schedule resource 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.
## Example Usage
```terraform