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/host.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
@@ -7,7 +7,7 @@ description: |-
7
7
8
8
# dynatrace_host (Data Source)
9
9
10
-
-> The data source API endpoint has been deprecated, please use [dynatrace_entity](https://registry.terraform.io/providers/dynatrace-oss/dynatrace/latest/docs/data-sources/entity) with entity type `HOST` instead.
10
+
!> The data source API endpoint has been deprecated, please use [dynatrace_entity](https://registry.terraform.io/providers/dynatrace-oss/dynatrace/latest/docs/data-sources/entity) with entity type `HOST` instead.
11
11
12
12
The host data source allows the host ID to be retrieved by its name and optionally tags / tag-value pairs.
Copy file name to clipboardExpand all lines: docs/data-sources/process.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
@@ -7,7 +7,7 @@ description: |-
7
7
8
8
# dynatrace_process (Data Source)
9
9
10
-
-> The data source API endpoint has been deprecated, please use [dynatrace_entity](https://registry.terraform.io/providers/dynatrace-oss/dynatrace/latest/docs/data-sources/entity) with entity type `PROCESS_GROUP_INSTANCE` instead.
10
+
!> The data source API endpoint has been deprecated, please use [dynatrace_entity](https://registry.terraform.io/providers/dynatrace-oss/dynatrace/latest/docs/data-sources/entity) with entity type `PROCESS_GROUP_INSTANCE` instead.
11
11
12
12
The process data source allows the process ID to be retrieved by its name and optionally tags / tag-value pairs.
Copy file name to clipboardExpand all lines: docs/data-sources/process_group.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
@@ -7,7 +7,7 @@ description: |-
7
7
8
8
# dynatrace_process_group (Data Source)
9
9
10
-
-> The data source API endpoint has been deprecated, please use [dynatrace_entity](https://registry.terraform.io/providers/dynatrace-oss/dynatrace/latest/docs/data-sources/entity) with entity type `PROCESS_GROUP` instead.
10
+
!> The data source API endpoint has been deprecated, please use [dynatrace_entity](https://registry.terraform.io/providers/dynatrace-oss/dynatrace/latest/docs/data-sources/entity) with entity type `PROCESS_GROUP` instead.
11
11
12
12
The process group data source allows the process group ID to be retrieved by its name and optionally tags / tag-value pairs.
Copy file name to clipboardExpand all lines: docs/data-sources/service.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
@@ -7,7 +7,7 @@ description: |-
7
7
8
8
# dynatrace_service (Data Source)
9
9
10
-
-> The data source API endpoint has been deprecated, please use [dynatrace_entity](https://registry.terraform.io/providers/dynatrace-oss/dynatrace/latest/docs/data-sources/entity) with entity type `SERVICE` instead.
10
+
!> The data source API endpoint has been deprecated, please use [dynatrace_entity](https://registry.terraform.io/providers/dynatrace-oss/dynatrace/latest/docs/data-sources/entity) with entity type `SERVICE` instead.
11
11
12
12
The service data source allows the service ID to be retrieved by its name and optionally tags / tag-value pairs.
Alternatively - but not recommended for security reasons you can also add configuration options within your Terraform Module.
59
56
```
@@ -86,6 +83,10 @@ Please provide any feedback of the export utility via [GitHub Issues](https://gi
86
83
87
84
### Optional
88
85
86
+
-`automation_client_id` (String, Sensitive)
87
+
-`automation_client_secret` (String, Sensitive)
88
+
-`automation_env_url` (String) The URL of the Dynatrace Environment with Platform capabilities turned on (`https://#####.apps.dynatrace.com)`. This is optional configuration when `dt_env_url` already specifies a SaaS Environment like `https://#####.live.dynatrace.com` or `https://#####.apps.dynatrace.com`
89
+
-`automation_token_url` (String) The URL that provides the Bearer tokens when accessing the Automation REST API. This is optional configuration when `dt_env_url` already specifies a SaaS Environment like `https://#####.live.dynatrace.com` or `https://#####.apps.dynatrace.com`
Copy file name to clipboardExpand all lines: docs/resources/aix_extension.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,8 @@ description: |-
7
7
8
8
# dynatrace_aix_extension (Resource)
9
9
10
+
-> This resource requires the API token scopes **Read settings** (`settings.read`) and **Write settings** (`settings.write`)
11
+
10
12
## Dynatrace Documentation
11
13
12
14
- Automated injection of deep-code monitoring on AIX - https://www.dynatrace.com/support/help/setup-and-configuration/dynatrace-oneagent/installation-and-operation/aix/operation/enable-auto-injection
Copy file name to clipboardExpand all lines: docs/resources/alerting_profile.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,9 @@ description: |-
7
7
8
8
# dynatrace_alerting_profile (Resource)
9
9
10
-
-> This resource API endpoint has been deprecated, please use [dynatrace_alerting](https://registry.terraform.io/providers/dynatrace-oss/dynatrace/latest/docs/resources/alerting) instead.
10
+
!> This resource API endpoint has been deprecated, please use [dynatrace_alerting](https://registry.terraform.io/providers/dynatrace-oss/dynatrace/latest/docs/resources/alerting) instead.
11
+
12
+
-> This resource requires the API token scopes **Read configuration** (`ReadConfig`) and **Write configuration** (`WriteConfig`)
0 commit comments