Skip to content

Commit 997f304

Browse files
v1.36.1
1 parent 75a98aa commit 997f304

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-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, data sources,
1818
terraform {
1919
required_providers {
2020
dynatrace = {
21-
version = "1.36.0"
21+
version = "1.36.1"
2222
source = "dynatrace-oss/dynatrace"
2323
}
2424
}

docs/resources/custom_device.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,8 @@ resource "dynatrace_custom_device" "#name#" {
3939
- `group` (String) User defined group of entity. Changing the group requires a new custom device to be created.
4040
- `ip_addresses` (Set of String) The list of IP addresses that belong to the custom device.
4141
- `listen_ports` (Set of Number) The list of ports the custom devices listens to.
42-
- `properties` (Map of String) The list of key-value pair properties that will be shown beneath the infographics of your custom device.
42+
- `properties` (Map of String, Deprecated) The list of key-value pair properties that will be shown beneath the infographics of your custom device.
43+
- `props` (String) The list of key-value pair properties that will be shown beneath the infographics of your custom device.
4344
- `type` (String) The technology type definition of the custom device.
4445

4546
### Read-Only

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.36.0"
20+
const Current = "1.36.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, data sources,
1818
terraform {
1919
required_providers {
2020
dynatrace = {
21-
version = "1.36.0"
21+
version = "1.36.1"
2222
source = "dynatrace-oss/dynatrace"
2323
}
2424
}

0 commit comments

Comments
 (0)