File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ Use the links to the left to learn about the available resources and data source
1818terraform {
1919 required_providers {
2020 dynatrace = {
21- version = "1.25.0 "
21+ version = "1.25.1 "
2222 source = "dynatrace-oss/dynatrace"
2323 }
2424 }
Original file line number Diff line number Diff line change @@ -89,7 +89,7 @@ Optional:
8989
9090Optional:
9191
92- - ` dimensions ` (Set of String) a list of metric's dimensions names
92+ - ` dimensions ` (List of String) a list of metric's dimensions names
9393- ` name ` (String) the name of the metric of the supporting service
9494- ` statistic ` (String) the statistic (aggregation) to be used for the metric. AVG_MIN_MAX value is 3 statistics at once: AVERAGE, MINIMUM and MAXIMUM
9595- ` unknowns ` (String) Any attributes that aren't yet supported by this provider
Original file line number Diff line number Diff line change 1717
1818package version
1919
20- const Current = "1.25.0 "
20+ const Current = "1.25.1 "
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ Use the links to the left to learn about the available resources and data source
1818terraform {
1919 required_providers {
2020 dynatrace = {
21- version = "1.25.0 "
21+ version = "1.25.1 "
2222 source = "dynatrace-oss/dynatrace"
2323 }
2424 }
You can’t perform that action at this time.
0 commit comments