You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/data-sources/server_backup_schedule.md
-3Lines changed: 0 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,15 +4,12 @@ page_title: "stackit_server_backup_schedule Data Source - stackit"
4
4
subcategory: ""
5
5
description: |-
6
6
Server backup schedule datasource schema. Must have a region specified in the provider configuration.
7
-
~> This datasource 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.
8
7
---
9
8
10
9
# stackit_server_backup_schedule (Data Source)
11
10
12
11
Server backup schedule datasource schema. Must have a `region` specified in the provider configuration.
13
12
14
-
~> This datasource 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.
Copy file name to clipboardExpand all lines: docs/data-sources/server_backup_schedules.md
-3Lines changed: 0 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,15 +4,12 @@ page_title: "stackit_server_backup_schedules Data Source - stackit"
4
4
subcategory: ""
5
5
description: |-
6
6
Server backup schedules datasource schema. Must have a region specified in the provider configuration.
7
-
~> This datasource 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.
8
7
---
9
8
10
9
# stackit_server_backup_schedules (Data Source)
11
10
12
11
Server backup schedules datasource schema. Must have a `region` specified in the provider configuration.
13
12
14
-
~> This datasource 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 backup schedule resource schema. Must have a region specified in the provider configuration.
7
-
~> 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.
8
7
---
9
8
10
9
# stackit_server_backup_schedule (Resource)
11
10
12
11
Server backup schedule resource schema. Must have a `region` specified in the provider configuration.
13
12
14
-
~> 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.
Description: "Server backup schedule resource schema. Must have a `region` specified in the provider configuration.",
134
-
MarkdownDescription: features.AddBetaDescription("Server backup schedule resource schema. Must have a `region` specified in the provider configuration.", core.Resource),
127
+
Description: "Server backup schedule resource schema. Must have a `region` specified in the provider configuration.",
135
128
Attributes: map[string]schema.Attribute{
136
129
"id": schema.StringAttribute{
137
130
Description: "Terraform's internal resource identifier. It is structured as \"`project_id`,`region`,`server_id`,`backup_schedule_id`\".",
Description: "Server backup schedule datasource schema. Must have a `region` specified in the provider configuration.",
80
-
MarkdownDescription: features.AddBetaDescription("Server backup schedule datasource schema. Must have a `region` specified in the provider configuration.", core.Datasource),
65
+
Description: "Server backup schedule datasource schema. Must have a `region` specified in the provider configuration.",
81
66
Attributes: map[string]schema.Attribute{
82
67
"id": schema.StringAttribute{
83
68
Description: "Terraform's internal resource identifier. It is structured as \"`project_id`,`server_id`,`backup_schedule_id`\".",
Description: "Server backup schedules datasource schema. Must have a `region` specified in the provider configuration.",
79
-
MarkdownDescription: features.AddBetaDescription("Server backup schedules datasource schema. Must have a `region` specified in the provider configuration.", core.Datasource),
64
+
Description: "Server backup schedules datasource schema. Must have a `region` specified in the provider configuration.",
80
65
Attributes: map[string]schema.Attribute{
81
66
"id": schema.StringAttribute{
82
67
Description: "Terraform's internal data source identifier. It is structured as \"`project_id`,`server_id`\".",
0 commit comments