Make server backup schedule resources beta (#434)
* Make server backup schedule resources beta * Adjust guide
This commit is contained in:
parent
b5eb8bd379
commit
5b617e0676
11 changed files with 86 additions and 22 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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`
|
||||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue