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.22.1 "
21+ version = "1.22.2 "
2222 source = "dynatrace-oss/dynatrace"
2323 }
2424 }
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ The full documentation of the export feature is available [here](https://registr
2424``` terraform
2525resource "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
Original file line number Diff line number Diff line change 1717
1818package version
1919
20- const Current = "1.22.1 "
20+ const Current = "1.22.2 "
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.22.1 "
21+ version = "1.22.2 "
2222 source = "dynatrace-oss/dynatrace"
2323 }
2424 }
You can’t perform that action at this time.
0 commit comments