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_update_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_update_schedule Data Source - stackit"
4
4
subcategory: ""
5
5
description: |-
6
6
Server update 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_update_schedule (Data Source)
11
10
12
11
Server update 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_update_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_update_schedules Data Source - stackit"
4
4
subcategory: ""
5
5
description: |-
6
6
Server update 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_update_schedules (Data Source)
11
10
12
11
Server update 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 update 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_update_schedule (Resource)
11
10
12
11
Server update 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 update schedule resource schema. Must have a `region` specified in the provider configuration.",
125
-
MarkdownDescription: features.AddBetaDescription("Server update schedule resource schema. Must have a `region` specified in the provider configuration.", core.Resource),
118
+
Description: "Server update schedule resource schema. Must have a `region` specified in the provider configuration.",
126
119
Attributes: map[string]schema.Attribute{
127
120
"id": schema.StringAttribute{
128
121
Description: "Terraform's internal resource identifier. It is structured as \"`project_id`,`region`,`server_id`,`update_schedule_id`\".",
Description: "Server update schedule datasource schema. Must have a `region` specified in the provider configuration.",
79
-
MarkdownDescription: features.AddBetaDescription("Server update schedule datasource schema. Must have a `region` specified in the provider configuration.", core.Datasource),
64
+
Description: "Server update schedule 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 resource identifier. It is structured as \"`project_id`,`region`,`server_id`,`update_schedule_id`\".",
Description: "Server update schedules datasource schema. Must have a `region` specified in the provider configuration.",
78
-
MarkdownDescription: features.AddBetaDescription("Server update schedules datasource schema. Must have a `region` specified in the provider configuration.", core.Datasource),
63
+
Description: "Server update schedules datasource schema. Must have a `region` specified in the provider configuration.",
79
64
Attributes: map[string]schema.Attribute{
80
65
"id": schema.StringAttribute{
81
66
Description: "Terraform's internal data source identifier. It is structured as \"`project_id`,`region`,`server_id`\".",
0 commit comments