Skip to content

Commit 5a833f3

Browse files
updated docs before release 1.11.0
1 parent 2456d01 commit 5a833f3

File tree

7 files changed

+53
-8
lines changed

7 files changed

+53
-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.10.0"
14+
version = "1.11.0"
1515
source = "dynatrace-oss/dynatrace"
1616
}
1717
}

docs/resources/azure_credentials.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,21 @@ description: |-
2828
- **id** (String) The ID of this resource.
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
31-
- **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))
31+
- **monitor_only_excluding_tag_pairs** (Block List, Max: 20) A list of Azure tags to be excluded from monitoring. You can specify up to 20 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_excluding_tag_pairs))
32+
- **monitor_only_tag_pairs** (Block List, Max: 20) A list of Azure tags to be monitored. You can specify up to 20 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))
3233
- **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))
3334
- **unknowns** (String) Any attributes that aren't yet supported by this provider
3435

36+
<a id="nestedblock--monitor_only_excluding_tag_pairs"></a>
37+
### Nested Schema for `monitor_only_excluding_tag_pairs`
38+
39+
Optional:
40+
41+
- **name** (String) The name of the tag.
42+
- **unknowns** (String) Any attributes that aren't yet supported by this provider
43+
- **value** (String) The value of the tag. If set to `null`, then resources with any value of the tag are monitored.
44+
45+
3546
<a id="nestedblock--monitor_only_tag_pairs"></a>
3647
### Nested Schema for `monitor_only_tag_pairs`
3748

docs/resources/calculated_service_metric.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ description: |-
2424
### Optional
2525

2626
- **conditions** (Block List) The set of conditions for the metric usage. **All** the specified conditions must be fulfilled to use the metric (see [below for nested schema](#nestedblock--conditions))
27+
- **description** (String) The displayed description of the metric
2728
- **dimension_definition** (Block List, Max: 1) Parameters of a definition of a calculated service metric (see [below for nested schema](#nestedblock--dimension_definition))
2829
- **enabled** (Boolean) The metric is enabled (`true`) or disabled (`false`)
2930
- **entity_id** (String) Restricts the metric usage to the specified service. This field is mutually exclusive with the `management_zones` field
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
---
2+
# generated by https://github.com/hashicorp/terraform-plugin-docs
3+
page_title: "dynatrace_cloudfoundry_credentials Resource - terraform-provider-dynatrace"
4+
subcategory: ""
5+
description: |-
6+
7+
---
8+
9+
# dynatrace_cloudfoundry_credentials (Resource)
10+
11+
12+
13+
14+
15+
<!-- schema generated by tfplugindocs -->
16+
## Schema
17+
18+
### Required
19+
20+
- **api_url** (String) The URL of the Cloud Foundry foundation credentials. The URL must be valid according to RFC 2396. Leading or trailing whitespaces are not allowed.
21+
- **login_url** (String) The login URL of the Cloud Foundry foundation credentials. The URL must be valid according to RFC 2396. Leading or trailing whitespaces are not allowed.
22+
- **name** (String) The name of the Cloud Foundry foundation credentials. Allowed characters are letters, numbers, whitespaces, and the following characters: `.+-_`. Leading or trailing whitespace is not allowed.
23+
- **username** (String) The username of the Cloud Foundry foundation credentials. Leading and trailing whitespaces are not allowed.
24+
25+
### Optional
26+
27+
- **active** (Boolean) The monitoring is enabled (`true`) or disabled (`false`) for given credentials configuration. If not set on creation, the `true` value is used. If the field is omitted during an update, the old value remains unaffected.
28+
- **id** (String) The ID of this resource.
29+
- **password** (String, Sensitive) The password of the Cloud Foundry foundation credentials.
30+
- **unknowns** (String) Any attributes that aren't yet supported by this provider
31+
32+

docs/resources/dashboard.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,7 @@ Optional:
137137
- **limit** (Number) The limit of the results, if not set will use the default value of the system
138138
- **markdown** (String) The markdown-formatted content of the tile
139139
- **metric** (String) The metric assigned to the tile
140+
- **name_size** (String) The size of the tile name. Possible values are `small`, `medium` and `large`.
140141
- **query** (String) A [user session query](https://www.dynatrace.com/support/help/shortlink/usql-info) executed by the tile
141142
- **time_frame_shift** (String) The comparison timeframe of the query. If specified, you additionally get the results of the same query with the specified time shift
142143
- **type** (String) The attribute `type` exists for backwards compatibilty. Usage is discouraged. You should use `visualization` instead.

docs/resources/k8s_credentials.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ description: |-
2727
- **davis_events_integration_enabled** (Boolean) Inclusion of all Davis relevant events is enabled (`true`) or disabled (`false`) for the Kubernetes cluster. If the field is omitted during an update, the old value remains unaffected
2828
- **endpoint_url** (String) The URL of the Kubernetes API server. It must be unique within a Dynatrace environment. The URL must valid according to RFC 2396. Leading or trailing whitespaces are not allowed.
2929
- **event_analysis_and_alerting_enabled** (Boolean) Event analysis and alerting is (`true`) or disabled (`false`) for the Kubernetes cluster. If the field is omitted during an update, the old value remains unaffected.
30-
- **events_field_selectors** (Block List) Up to 20 Kubernetes field selector filters. If the field is omitted during an update, the old value remains unaffected. (see [below for nested schema](#nestedblock--events_field_selectors))
30+
- **events_field_selectors** (Block List) Kubernetes event filters based on field-selectors. If set to `null` on creation, no events field selectors are subscribed. If set to `null` on update, no change of stored events field selectors is applied. Set an empty list to clear all events field selectors. (see [below for nested schema](#nestedblock--events_field_selectors))
3131
- **events_integration_enabled** (Boolean) Monitoring of events is enabled (`true`) or disabled (`false`) for the Kubernetes cluster. Event monitoring depends on the active state of this configuration to be true. If not set on creation, the `false` value is used. If the field is omitted during an update, the old value remains unaffected.
3232
- **hostname_verification** (Boolean) Verify hostname in certificate against Kubernetes API URL
3333
- **id** (String) The ID of this resource.

docs/resources/web_application.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -134,16 +134,16 @@ Required:
134134
Valid values range from 0 to 9999.
135135

136136
Only effective if `nonW3cResourceTimings` is enabled
137+
138+
Optional:
139+
140+
- **non_w3c_resource_timings** (Boolean) Timing for JavaScript files and images on non-W3C supported browsers enabled/disabled
137141
- **resource_timing_capture_type** (String) Defines how detailed resource timings are captured.
138142

139143
Only effective if **w3cResourceTimings** or **nonW3cResourceTimings** is enabled. Possible values are `CAPTURE_ALL_SUMMARIES`, `CAPTURE_FULL_DETAILS` and `CAPTURE_LIMITED_SUMMARIES`
140144
- **resource_timings_domain_limit** (Number) Limits the number of domains for which W3C resource timings are captured.
141145

142146
Only effective if **resourceTimingCaptureType** is `CAPTURE_LIMITED_SUMMARIES`. Valid values range from 0 to 50.
143-
144-
Optional:
145-
146-
- **non_w3c_resource_timings** (Boolean) Timing for JavaScript files and images on non-W3C supported browsers enabled/disabled
147147
- **w3c_resource_timings** (Boolean) W3C resource timings for third party/CDN enabled/disabled
148148

149149

@@ -508,7 +508,7 @@ Optional:
508508

509509
Optional:
510510

511-
- **property** (Block List, Max: 1) User action and session properties settings (see [below for nested schema](#nestedblock--user_action_and_session_properties--property))
511+
- **property** (Block List) User action and session properties settings (see [below for nested schema](#nestedblock--user_action_and_session_properties--property))
512512

513513
<a id="nestedblock--user_action_and_session_properties--property"></a>
514514
### Nested Schema for `user_action_and_session_properties.property`

0 commit comments

Comments
 (0)