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
* chore(deps): bump terraform-plugin-docs from v0.16.0 to v0.21.0
* chore(docs): fix docs after generation using a patchfile
* chore(docs): re-generate docs
Copy file name to clipboardExpand all lines: docs/data-sources/resourcemanager_project.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,4 +33,4 @@ data "stackit_resourcemanager_project" "example" {
33
33
-`id` (String) Terraform's internal data source. ID. It is structured as "`container_id`".
34
34
-`labels` (Map of String) Labels are key-value string pairs which can be attached to a resource container. A label key must match the regex [A-ZÄÜÖa-zäüöß0-9_-]{1,64}. A label value must match the regex ^$|[A-ZÄÜÖa-zäüöß0-9_-]{1,64}
35
35
-`name` (String) Project name.
36
-
-`parent_container_id` (String) Parent resource identifier. Both container ID (user-friendly) and UUID are supported
36
+
-`parent_container_id` (String) Parent resource identifier. Both container ID (user-friendly) and UUID are supported
hard-affinity- All servers launched in this group will be hosted on the same compute node.hard-anti-affinity- All servers launched in this group will be
29
-
hosted on different compute nodes.soft-affinity- All servers launched in this group will be hosted
30
-
on the same compute node if possible, but if not possible they still will be scheduled instead of failure.soft-anti-affinity- All servers launched in this group will be hosted on different compute nodes if possible,
30
+
31
+
hard-affinity- All servers launched in this group will be hosted on the same compute node.
32
+
hard-anti-affinity- All servers launched in this group will be
33
+
hosted on different compute nodes.
34
+
soft-affinity- All servers launched in this group will be hosted
35
+
on the same compute node if possible, but if not possible they still will be scheduled instead of failure.
36
+
soft-anti-affinity- All servers launched in this group will be hosted on different compute nodes if possible,
31
37
but if not possible they still will be scheduled instead of failure.
32
38
~> 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.
Copy file name to clipboardExpand all lines: docs/resources/argus_credential.md
+12-13Lines changed: 12 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,23 +7,22 @@ description: |-
7
7
!> The stackit_argus_credential resource has been deprecated and will be removed after February 26th 2025. Please use stackit_observability_credential instead, which offers the exact same functionality.
8
8
Example move
9
9
Example to move the deprecated stackit_argus_credential resource to the new stackit_observability_credential resource:
10
-
1. Add a new stackit_observability_credential resource with the same values like your previous stackit_argus_credential resource.
11
-
1. Add a moved block which reference the stackit_argus_credential and stackit_observability_credential resource.
12
-
1. Remove your old stackit_argus_credential resource and run $ terraform apply.
Add a new stackit_observability_credential resource with the same values like your previous stackit_argus_credential resource.Add a moved block which reference the stackit_argus_credential and stackit_observability_credential resource.Remove your old stackit_argus_credential resource and run $ terraform apply.
Copy file name to clipboardExpand all lines: docs/resources/argus_instance.md
+18-19Lines changed: 18 additions & 19 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,33 +7,32 @@ description: |-
7
7
!> The stackit_argus_instance resource has been deprecated and will be removed after February 26th 2025. Please use stackit_observability_instance instead, which offers the exact same functionality.
8
8
Example move
9
9
Example to move the deprecated stackit_argus_instance resource to the newstackit_observability_instance resource:
10
-
1. Add a new stackit_observability_instance resource with the same values like your previous stackit_argus_instance resource.
11
-
1. Add a moved block which reference the stackit_argus_instance and stackit_observability_instance resource.
12
-
1. Remove your old stackit_argus_instance resource and run $ terraform apply.
Add a new stackit_observability_instance resource with the same values like your previous stackit_argus_instance resource.Add a moved block which reference the stackit_argus_instance and stackit_observability_instance resource.Remove your old stackit_argus_instance resource and run $ terraform apply.
Copy file name to clipboardExpand all lines: docs/resources/argus_scrapeconfig.md
+16-17Lines changed: 16 additions & 17 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,17 +7,15 @@ description: |-
7
7
!> The stackit_argus_scrapeconfig resource has been deprecated and will be removed after February 26th 2025. Please use stackit_observability_scrapeconfig instead, which offers the exact same functionality.
8
8
Example move
9
9
Example to move the deprecated stackit_argus_scrapeconfig resource to the new stackit_observability_scrapeconfig resource:
10
-
1. Add a new stackit_observability_scrapeconfig resource with the same values like your previous stackit_argus_scrapeconfig resource.
11
-
1. Add a moved block which reference the stackit_argus_scrapeconfig and stackit_observability_scrapeconfig resource.
12
-
1. Remove your old stackit_argus_scrapeconfig resource and run $ terraform apply.
Add a new stackit_observability_scrapeconfig resource with the same values like your previous stackit_argus_scrapeconfig resource.Add a moved block which reference the stackit_argus_scrapeconfig and stackit_observability_scrapeconfig resource.Remove your old stackit_argus_scrapeconfig resource and run $ terraform apply.
0 commit comments