Skip to content

Commit daaec32

Browse files
updated docs before releasing 1.11.1
1 parent 647f981 commit daaec32

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
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.11.0"
14+
version = "1.11.1"
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.10.0"
21+
version = "1.11.0"
2222
source = "dynatrace-oss/dynatrace"
2323
}
2424
}

docs/resources/autotag.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ Optional:
6161

6262
- **conditions** (Block List) A list of matching rules for the management zone. The management zone applies only if **all** conditions are fulfilled (see [below for nested schema](#nestedblock--rules--conditions))
6363
- **enabled** (Boolean) The rule is enabled (`true`) or disabled (`false`)
64+
- **normalization** (String) Changes applied to the value after applying the value format. Possible values are `LEAVE_TEXT_AS_IS`, `TO_LOWER_CASE` and `TO_UPPER_CASE`. Default is `LEAVE_TEXT_AS_IS`
6465
- **propagation_types** (List of String) How to apply the management zone to underlying entities:
6566
- `SERVICE_TO_HOST_LIKE`: Apply to underlying hosts of matching services
6667
- `SERVICE_TO_PROCESS_GROUP_LIKE`: Apply to underlying process groups of matching services

0 commit comments

Comments
 (0)