Skip to content

Commit 727d67a

Browse files
authored
chore(iaas): move beta resources and datasources to GA (#717)
relates to STACKITTPR-103
1 parent 176fb84 commit 727d67a

Some content is hidden

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

59 files changed

+80
-518
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/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

docs/data-sources/public_ip_ranges.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,12 @@ page_title: "stackit_public_ip_ranges Data Source - stackit"
44
subcategory: ""
55
description: |-
66
A list of all public IP ranges that STACKIT uses.
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_ranges (Data Source)
1110

1211
A list of all public IP ranges that STACKIT uses.
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/security_group.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,12 @@ page_title: "stackit_security_group Data Source - stackit"
44
subcategory: ""
55
description: |-
66
Security group 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_security_group (Data Source)
1110

1211
Security group 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/security_group_rule.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,12 @@ page_title: "stackit_security_group_rule Data Source - stackit"
44
subcategory: ""
55
description: |-
66
Security group 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_security_group_rule (Data Source)
1110

1211
Security group 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

0 commit comments

Comments
 (0)