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/argus_instance.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,12 +4,15 @@ page_title: "stackit_argus_instance Data Source - stackit"
4
4
subcategory: ""
5
5
description: |-
6
6
Argus instance data source schema. Must have a region specified in the provider configuration.
7
+
!> The stackit_argus_instance data source has been deprecated and will be removed after February 26th 2025. Please use stackit_observability_instance instead, which offers the exact same functionality.
7
8
---
8
9
9
10
# stackit_argus_instance (Data Source)
10
11
11
12
Argus instance data source schema. Must have a `region` specified in the provider configuration.
12
13
14
+
!> The `stackit_argus_instance` data source has been deprecated and will be removed after February 26th 2025. Please use `stackit_observability_instance` instead, which offers the exact same functionality.
15
+
13
16
## Example Usage
14
17
15
18
```terraform
@@ -37,7 +40,7 @@ data "stackit_argus_instance" "example" {
37
40
-`grafana_initial_admin_user` (String) Specifies an initial Grafana admin username.
38
41
-`grafana_public_read_access` (Boolean) If true, anyone can access Grafana dashboards without logging in.
39
42
-`grafana_url` (String) Specifies Grafana URL.
40
-
-`id` (String) Terraform's internal data source. ID. It is structured as "`project_id`,`instance_id`".
43
+
-`id` (String) Terraform's internal data source ID. It is structured as "`project_id`,`instance_id`".
41
44
-`is_updatable` (Boolean) Specifies if the instance can be updated.
Copy file name to clipboardExpand all lines: docs/data-sources/argus_scrapeconfig.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,12 +4,15 @@ page_title: "stackit_argus_scrapeconfig Data Source - stackit"
4
4
subcategory: ""
5
5
description: |-
6
6
Argus scrape config data source schema. Must have a region specified in the provider configuration.
7
+
!> The stackit_argus_scrapeconfig data source has been deprecated and will be removed after February 26th 2025. Please use stackit_observability_scrapeconfig instead, which offers the exact same functionality.
7
8
---
8
9
9
10
# stackit_argus_scrapeconfig (Data Source)
10
11
11
12
Argus scrape config data source schema. Must have a `region` specified in the provider configuration.
12
13
14
+
!> The `stackit_argus_scrapeconfig` data source has been deprecated and will be removed after February 26th 2025. Please use `stackit_observability_scrapeconfig` instead, which offers the exact same functionality.
0 commit comments