Skip to content

Commit f3a3219

Browse files
DocUpdate for v1.22.2
1 parent 10d0abd commit f3a3219

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.22.1"
21+
version = "1.22.2"
2222
source = "dynatrace-oss/dynatrace"
2323
}
2424
}

docs/resources/service_failure.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ The full documentation of the export feature is available [here](https://registr
2424
```terraform
2525
resource "dynatrace_service_failure" "#name#" {
2626
enabled = true
27-
service_id = "SERVICE-1234567890000000"
27+
service_id = "SERVICE-D892CFE7DFAB0D08"
2828
exception_rules {
2929
ignore_all_exceptions = false
3030
ignore_span_failure_detection = true

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.22.1"
20+
const Current = "1.22.2"

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.22.1"
21+
version = "1.22.2"
2222
source = "dynatrace-oss/dynatrace"
2323
}
2424
}

0 commit comments

Comments
 (0)