Skip to content

Commit 2869c5d

Browse files
Release v1.25.1
1 parent dce3ed3 commit 2869c5d

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
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 and data source
1818
terraform {
1919
required_providers {
2020
dynatrace = {
21-
version = "1.25.0"
21+
version = "1.25.1"
2222
source = "dynatrace-oss/dynatrace"
2323
}
2424
}

docs/resources/aws_credentials.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ Optional:
8989

9090
Optional:
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

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.25.0"
20+
const Current = "1.25.1"

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

0 commit comments

Comments
 (0)