Skip to content

Commit d174d55

Browse files
updated docs for 1.10.0
1 parent 41f2f04 commit d174d55

File tree

8 files changed

+115
-8
lines changed

8 files changed

+115
-8
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ If you want to run Terraform with the dynatrace provider plugin on your system,
1111
terraform {
1212
required_providers {
1313
dynatrace = {
14-
version = "1.9.1"
14+
version = "1.10.0"
1515
source = "dynatrace-oss/dynatrace"
1616
}
1717
}

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Use the links to the left to learn about the available resources.
1818
terraform {
1919
required_providers {
2020
dynatrace = {
21-
version = "1.9.0"
21+
version = "1.10.0"
2222
source = "dynatrace-oss/dynatrace"
2323
}
2424
}

docs/resources/azure_credentials.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ description: |-
2929
- **key** (String) The secret key associated with the Application ID. For security reasons, GET requests return this field as `null`. Submit your key on creation or update of the configuration. If the field is omitted during an update, the old value remains unaffected.
3030
- **label** (String) The unique name of the Azure credentials configuration. Allowed characters are letters, numbers, and spaces. Also the special characters `.+-_` are allowed
3131
- **monitor_only_tag_pairs** (Block List, Max: 10) A list of Azure tags to be monitored. You can specify up to 10 tags. A resource tagged with *any* of the specified tags is monitored. Only applicable when the **monitorOnlyTaggedEntities** parameter is set to `true` (see [below for nested schema](#nestedblock--monitor_only_tag_pairs))
32-
- **supporting_services** (Block List, Max: 10) A list of Azure supporting services to be monitored. For each service there's a sublist of its metrics and the metrics' dimensions that should be monitored. All of these elements (services, metrics, dimensions) must have corresponding static definitions on the server. (see [below for nested schema](#nestedblock--supporting_services))
32+
- **supporting_services** (Block List) A list of Azure supporting services to be monitored. For each service there's a sublist of its metrics and the metrics' dimensions that should be monitored. All of these elements (services, metrics, dimensions) must have corresponding static definitions on the server. (see [below for nested schema](#nestedblock--supporting_services))
3333
- **unknowns** (String) Any attributes that aren't yet supported by this provider
3434

3535
<a id="nestedblock--monitor_only_tag_pairs"></a>
@@ -47,7 +47,7 @@ Optional:
4747

4848
Optional:
4949

50-
- **monitored_metrics** (Block List, Max: 10) A list of Azure tags to be monitored. You can specify up to 10 tags. A resource tagged with *any* of the specified tags is monitored. Only applicable when the **monitorOnlyTaggedEntities** parameter is set to `true` (see [below for nested schema](#nestedblock--supporting_services--monitored_metrics))
50+
- **monitored_metrics** (Block List) A list of Azure tags to be monitored. You can specify up to 10 tags. A resource tagged with *any* of the specified tags is monitored. Only applicable when the **monitorOnlyTaggedEntities** parameter is set to `true` (see [below for nested schema](#nestedblock--supporting_services--monitored_metrics))
5151
- **name** (String) The name of the supporting service.
5252
- **unknowns** (String) Any attributes that aren't yet supported by this provider
5353

docs/resources/key_requests.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
---
2+
# generated by https://github.com/hashicorp/terraform-plugin-docs
3+
page_title: "dynatrace_key_requests Resource - terraform-provider-dynatrace"
4+
subcategory: ""
5+
description: |-
6+
7+
---
8+
9+
# dynatrace_key_requests (Resource)
10+
11+
12+
13+
14+
15+
<!-- schema generated by tfplugindocs -->
16+
## Schema
17+
18+
### Required
19+
20+
- **service** (String) Whether to create an entry point or not
21+
22+
### Optional
23+
24+
- **id** (String) The ID of this resource.
25+
- **names** (Set of String) The names of the key requests
26+
27+

docs/resources/mobile_application.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -83,16 +83,16 @@ resource "dynatrace_mobile_application" "SIXTH_ASDFGHIJK" {
8383

8484
- **apdex** (Block List, Min: 1, Max: 1) Apdex configuration of a mobile application. A duration less than the **tolerable** threshold is considered satisfied (see [below for nested schema](#nestedblock--apdex))
8585
- **beacon_endpoint_type** (String) The type of the beacon endpoint. Possible values are `CLUSTER_ACTIVE_GATE`, `ENVIRONMENT_ACTIVE_GATE` and `INSTRUMENTED_WEB_SERVER`.
86-
- **beacon_endpoint_url** (String) The URL of the beacon endpoint.
87-
88-
Only applicable when the **beacon_endpoint_type** is set to `ENVIRONMENT_ACTIVE_GATE` or `INSTRUMENTED_WEB_SERVER`
8986
- **name** (String) The name of the application
9087

9188
### Optional
9289

9390
- **application_id** (String) The UUID of the application.
9491

9592
It is used only by OneAgent to send data to Dynatrace. If not specified it will get generated.
93+
- **beacon_endpoint_url** (String) The URL of the beacon endpoint.
94+
95+
Only applicable when the **beacon_endpoint_type** is set to `ENVIRONMENT_ACTIVE_GATE` or `INSTRUMENTED_WEB_SERVER`
9696
- **id** (String) The ID of this resource.
9797
- **key_user_actions** (Set of String) User Action names to be flagged as Key User Actions
9898
- **opt_in_mode** (Boolean) The opt-in mode is enabled (`true`) or disabled (`false`)

docs/resources/user.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
---
2+
# generated by https://github.com/hashicorp/terraform-plugin-docs
3+
page_title: "dynatrace_user Resource - terraform-provider-dynatrace"
4+
subcategory: ""
5+
description: |-
6+
7+
---
8+
9+
# dynatrace_user (Resource)
10+
11+
12+
13+
14+
15+
<!-- schema generated by tfplugindocs -->
16+
## Schema
17+
18+
### Required
19+
20+
- **email** (String) User's email address
21+
- **first_name** (String) User's first name
22+
- **last_name** (String) User's last name
23+
- **user_name** (String) The User Name
24+
25+
### Optional
26+
27+
- **groups** (Set of String) List of user's user group IDs
28+
- **id** (String) The ID of this resource.
29+
30+

docs/resources/user_group.md

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
---
2+
# generated by https://github.com/hashicorp/terraform-plugin-docs
3+
page_title: "dynatrace_user_group Resource - terraform-provider-dynatrace"
4+
subcategory: ""
5+
description: |-
6+
7+
---
8+
9+
# dynatrace_user_group (Resource)
10+
11+
12+
13+
14+
15+
<!-- schema generated by tfplugindocs -->
16+
## Schema
17+
18+
### Required
19+
20+
- **name** (String) The name of the user group
21+
22+
### Optional
23+
24+
- **access_account** (Boolean) If `true`, then the group has the access account rights
25+
- **cluster_admin** (Boolean) If `true`, then the group has the cluster administrator rights
26+
- **id** (String) The ID of this resource.
27+
- **ldap_groups** (Set of String) LDAP group names
28+
- **manage_account** (Boolean) If `true`, then the group has the manage account rights
29+
- **permissions** (Block List, Max: 1) Permissions for environments (see [below for nested schema](#nestedblock--permissions))
30+
- **sso_groups** (Set of String) SSO group names. If defined it's used to map SSO group name to Dynatrace group name, otherwise mapping is done by group name
31+
32+
<a id="nestedblock--permissions"></a>
33+
### Nested Schema for `permissions`
34+
35+
Required:
36+
37+
- **grant** (Block List, Min: 1) A permission granted to one or multiple environments (see [below for nested schema](#nestedblock--permissions--grant))
38+
39+
<a id="nestedblock--permissions--grant"></a>
40+
### Nested Schema for `permissions.grant`
41+
42+
Required:
43+
44+
- **permission** (String) The permission. Possible values are `VIEWER`, `MANAGE_SETTINGS`, `AGENT_INSTALL`, `LOG_VIEWER`, `VIEW_SENSITIVE_REQUEST_DATA`, `CONFIGURE_REQUEST_CAPTURE_DATA`, `REPLAY_SESSION_DATA`, `REPLAY_SESSION_DATA_WITHOUT_MASKING`, `MANAGE_SECURITY_PROBLEMS` and `MANAGE_SUPPORT_TICKETS`.
45+
46+
Optional:
47+
48+
- **environments** (Set of String) The ids of the environments this permission grants the user access to.
49+
50+

templates/index.md.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Use the links to the left to learn about the available resources.
1818
terraform {
1919
required_providers {
2020
dynatrace = {
21-
version = "1.9.0"
21+
version = "1.10.0"
2222
source = "dynatrace-oss/dynatrace"
2323
}
2424
}

0 commit comments

Comments
 (0)