Skip to content

Commit 27d50a9

Browse files
committed
chore(iaas): move beta resources and datasources to GA
relates to STACKITTPR-103
1 parent dadea7a commit 27d50a9

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

62 files changed

+202
-644
lines changed

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,7 @@ vendor/
3030

3131
# Go workspace file
3232
go.work
33-
go.work.sum
33+
go.work.sum
34+
35+
# Unit test files
36+
stackit/internal/services/iaas/test-512k.img

docs/data-sources/image.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,12 @@ page_title: "stackit_image Data Source - stackit"
44
subcategory: ""
55
description: |-
66
Image datasource 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.
87
---
98

109
# stackit_image (Data Source)
1110

1211
Image datasource schema. Must have a `region` specified in the provider configuration.
1312

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.
15-
1613
## Example Usage
1714

1815
```terraform

docs/data-sources/key_pair.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,12 @@ page_title: "stackit_key_pair Data Source - stackit"
44
subcategory: ""
55
description: |-
66
Key pair 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.
87
---
98

109
# stackit_key_pair (Data Source)
1110

1211
Key pair resource schema. Must have a `region` specified in the provider configuration.
1312

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.
15-
1613
## Example Usage
1714

1815
```terraform

docs/data-sources/network_area.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,12 @@ page_title: "stackit_network_area Data Source - stackit"
44
subcategory: ""
55
description: |-
66
Network area datasource 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.
87
---
98

109
# stackit_network_area (Data Source)
1110

1211
Network area datasource schema. Must have a `region` specified in the provider configuration.
1312

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.
15-
1613
## Example Usage
1714

1815
```terraform

docs/data-sources/network_area_route.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,12 @@
33
page_title: "stackit_network_area_route Data Source - stackit"
44
subcategory: ""
55
description: |-
6-
Network area route data source 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.
6+
Network area route data resource schema. Must have a region specified in the provider configuration.
87
---
98

109
# stackit_network_area_route (Data Source)
1110

12-
Network area route data source schema. Must have a `region` specified in the provider configuration.
13-
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.
11+
Network area route data resource schema. Must have a `region` specified in the provider configuration.
1512

1613
## Example Usage
1714

docs/data-sources/network_interface.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,12 @@ page_title: "stackit_network_interface Data Source - stackit"
44
subcategory: ""
55
description: |-
66
Network interface datasource 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.
87
---
98

109
# stackit_network_interface (Data Source)
1110

1211
Network interface datasource schema. Must have a `region` specified in the provider configuration.
1312

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.
15-
1613
## Example Usage
1714

1815
```terraform

docs/data-sources/objectstorage_bucket.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,3 @@ data "stackit_objectstorage_bucket" "example" {
3636
- `id` (String) Terraform's internal data source identifier. It is structured as "`project_id`,`name`".
3737
- `url_path_style` (String)
3838
- `url_virtual_hosted_style` (String)
39-
40-

docs/data-sources/objectstorage_credential.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,5 +40,3 @@ data "stackit_objectstorage_credentials_group" "example" {
4040
- `id` (String) Terraform's internal resource identifier. It is structured as "`project_id`,`credentials_group_id`,`credential_id`".
4141
- `name` (String)
4242
- `secret_access_key` (String, Sensitive)
43-
44-

docs/data-sources/objectstorage_credentials_group.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,3 @@ data "stackit_objectstorage_credentials_group" "example" {
3636

3737
- `id` (String) Terraform's internal data source identifier. It is structured as "`project_id`,`credentials_group_id`".
3838
- `urn` (String) Credentials group uniform resource name (URN)
39-
40-

docs/data-sources/public_ip.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,12 @@ page_title: "stackit_public_ip Data Source - stackit"
44
subcategory: ""
55
description: |-
66
Public IP 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.
87
---
98

109
# stackit_public_ip (Data Source)
1110

1211
Public IP resource schema. Must have a `region` specified in the provider configuration.
1312

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.
15-
1613
## Example Usage
1714

1815
```terraform

0 commit comments

Comments
 (0)