Skip to content

Commit eecc404

Browse files
committed
v1.40.0
1 parent ea85b1e commit eecc404

File tree

9 files changed

+16
-12
lines changed

9 files changed

+16
-12
lines changed

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, data sources,
1818
terraform {
1919
required_providers {
2020
dynatrace = {
21-
version = "1.39.0"
21+
version = "1.40.0"
2222
source = "dynatrace-oss/dynatrace"
2323
}
2424
}

docs/resources/application_detection_rule_v2.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,10 @@ resource "dynatrace_application_detection_rule_v2" "#name#" {
4343
- `matcher` (String) Possible Values: `DOMAIN_CONTAINS`, `DOMAIN_ENDS_WITH`, `DOMAIN_EQUALS`, `DOMAIN_MATCHES`, `DOMAIN_STARTS_WITH`, `URL_CONTAINS`, `URL_ENDS_WITH`, `URL_EQUALS`, `URL_STARTS_WITH`
4444
- `pattern` (String) Pattern
4545

46+
### Optional
47+
48+
- `description` (String) (v1.274) Add a description for your rule
49+
4650
### Read-Only
4751

4852
- `id` (String) The ID of this resource.

docs/resources/kubernetes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ resource "dynatrace_kubernetes" "#name#" {
4242
- `cluster_id_enabled` (Boolean) For more information on local Kubernetes API monitoring, see the [documentation](https://dt-url.net/6q62uep).
4343
- `enabled` (Boolean) This setting is enabled (`true`) or disabled (`false`)
4444
- `label` (String) Renaming the cluster breaks configurations that are based on its name (e.g., management zones, and alerting).
45-
- `scope` (String) The scope of this setting (KUBERNETES_CLUSTER)
4645

4746
### Optional
4847

@@ -63,6 +62,7 @@ See [DDUs for events](https://dt-url.net/5n03vcu) for details.
6362
- `open_metrics_builtin_enabled` (Boolean, Deprecated) The workload resource metrics are based on a subset of cAdvisor metrics. Depending on your Kubernetes cluster size, this may increase the CPU/memory resource consumption of your ActiveGate.
6463
- `open_metrics_pipeline_enabled` (Boolean, Deprecated) For annotation guidance, see the [documentation](https://dt-url.net/g42i0ppw).
6564
- `pvc_monitoring_enabled` (Boolean, Deprecated) To enable dashboards and alerts, add the [Kubernetes persistent volume claims](ui/hub/ext/com.dynatrace.extension.kubernetes-pvc) extension to your environment.
65+
- `scope` (String) The scope of this setting (KUBERNETES_CLUSTER)
6666

6767
### Read-Only
6868

docs/resources/service_external_web_request.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,9 +82,9 @@ resource "dynatrace_service_external_web_request" "#name#" {
8282

8383
### Optional
8484

85-
- `conditions` (Block List, Max: 1) A list of conditions necessary for the rule to take effect. If multiple conditions are specified, they must **all** match a Request for the rule to apply. Conditions are evaluated against attributes, but do not modify them. (see [below for nested schema](#nestedblock--conditions))
85+
- `conditions` (Block List, Max: 1) A list of conditions necessary for the rule to take effect. If multiple conditions are specified, they must **all** match a Request for the rule to apply. If there is no condition at all, the rule is always applied. Conditions are evaluated against attributes, but do not modify them. (see [below for nested schema](#nestedblock--conditions))
8686
- `description` (String) Description
87-
- `management_zones` (Set of String) Define a management zone filter for this service detection rule.
87+
- `management_zones` (Set of String) Define a management zone of the process group for which this service detection rule should be created. Note: in case of external requests/services the PG might not always be known. See [here](https://dt-url.net/9i03b79)
8888

8989
### Read-Only
9090

docs/resources/service_external_web_service.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,9 @@ resource "dynatrace_service_external_web_service" "#name#" {
6565

6666
### Optional
6767

68-
- `conditions` (Block List, Max: 1) A list of conditions necessary for the rule to take effect. If multiple conditions are specified, they must **all** match a Request for the rule to apply. Conditions are evaluated against attributes, but do not modify them. (see [below for nested schema](#nestedblock--conditions))
68+
- `conditions` (Block List, Max: 1) A list of conditions necessary for the rule to take effect. If multiple conditions are specified, they must **all** match a Request for the rule to apply. If there is no condition at all, the rule is always applied. Conditions are evaluated against attributes, but do not modify them. (see [below for nested schema](#nestedblock--conditions))
6969
- `description` (String) Description
70-
- `management_zones` (Set of String) Define a management zone filter for this service detection rule.
70+
- `management_zones` (Set of String) Define a management zone of the process group for which this service detection rule should be created. Note: in case of external requests/services the PG might not always be known. See [here](https://dt-url.net/9i03b79)
7171

7272
### Read-Only
7373

docs/resources/service_full_web_request.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,9 +83,9 @@ resource "dynatrace_service_full_web_request" "#name#" {
8383

8484
### Optional
8585

86-
- `conditions` (Block List, Max: 1) A list of conditions necessary for the rule to take effect. If multiple conditions are specified, they must **all** match a Request for the rule to apply. Conditions are evaluated against attributes, but do not modify them. (see [below for nested schema](#nestedblock--conditions))
86+
- `conditions` (Block List, Max: 1) A list of conditions necessary for the rule to take effect. If multiple conditions are specified, they must **all** match a Request for the rule to apply. If there is no condition at all, the rule is always applied. Conditions are evaluated against attributes, but do not modify them. (see [below for nested schema](#nestedblock--conditions))
8787
- `description` (String) Description
88-
- `management_zones` (Set of String) Define a management zone filter for this service detection rule.
88+
- `management_zones` (Set of String) Define a management zone of the process group for which this service detection rule should be created.
8989

9090
### Read-Only
9191

docs/resources/service_full_web_service.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,9 @@ resource "dynatrace_service_full_web_service" "#name#" {
5555

5656
### Optional
5757

58-
- `conditions` (Block List, Max: 1) A list of conditions necessary for the rule to take effect. If multiple conditions are specified, they must **all** match a Request for the rule to apply. Conditions are evaluated against attributes, but do not modify them. (see [below for nested schema](#nestedblock--conditions))
58+
- `conditions` (Block List, Max: 1) A list of conditions necessary for the rule to take effect. If multiple conditions are specified, they must **all** match a Request for the rule to apply. If there is no condition at all, the rule is always applied. Conditions are evaluated against attributes, but do not modify them. (see [below for nested schema](#nestedblock--conditions))
5959
- `description` (String) Description
60-
- `management_zones` (Set of String) Define a management zone filter for this service detection rule.
60+
- `management_zones` (Set of String) Define a management zone of the process group for which this service detection rule should be created.
6161

6262
### Read-Only
6363

provider/version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@
1717

1818
package version
1919

20-
const Current = "1.39.0"
20+
const Current = "1.40.0"

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, data sources,
1818
terraform {
1919
required_providers {
2020
dynatrace = {
21-
version = "1.39.0"
21+
version = "1.40.0"
2222
source = "dynatrace-oss/dynatrace"
2323
}
2424
}

0 commit comments

Comments
 (0)