Skip to content

Commit 809b16b

Browse files
Release v1.30.2
1 parent 25ffbbb commit 809b16b

File tree

5 files changed

+9
-7
lines changed

5 files changed

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

docs/resources/slo_v2.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ resource "dynatrace_slo_v2" "#name#" {
5858
### Optional
5959

6060
- `custom_description` (String) The description of the SLO
61+
- `legacy_id` (String) The ID of this setting when referred to by the Config REST API V1
6162

6263
### Read-Only
6364

docs/resources/web_application.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1014,14 +1014,15 @@ Required:
10141014
<a id="nestedblock--user_tags--tag"></a>
10151015
### Nested Schema for `user_tags.tag`
10161016

1017-
Required:
1018-
1019-
- `id` (Number) A unique ID among all userTags and properties of this application. Minimum value is 1.
1020-
10211017
Optional:
10221018

10231019
- `cleanup_rule` (String) Cleanup rule expression of the userTag
1020+
- `id` (Number) A unique ID among all userTags and properties of this application. Minimum value is 1. Do not set that attribute anymore - terraform will handle it. Kept for backwards compatibility
10241021
- `ignore_case` (Boolean) If `true`, the value of this tag will always be stored in lower case. Defaults to `false`.
10251022
- `metadata_id` (Number) If it's of type metaData, metaData id of the userTag
10261023
- `server_side_request_attribute` (String) The ID of the RrequestAttribute for the userTag
1024+
1025+
Read-Only:
1026+
1027+
- `unique_id` (Number) A unique ID among all userTags and properties of this application. Minimum value is 1.
10271028

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.30.1"
20+
const Current = "1.30.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.30.1"
21+
version = "1.30.2"
2222
source = "dynatrace-oss/dynatrace"
2323
}
2424
}

0 commit comments

Comments
 (0)