Skip to content

Commit 2bd9db2

Browse files
Generated Docs prior to 1.13.2 release
1 parent 1139ab4 commit 2bd9db2

File tree

3 files changed

+14
-7
lines changed

3 files changed

+14
-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.
1818
terraform {
1919
required_providers {
2020
dynatrace = {
21-
version = "1.13.1"
21+
version = "1.13.2"
2222
source = "dynatrace-oss/dynatrace"
2323
}
2424
}

docs/resources/browser_monitor.md

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -707,19 +707,26 @@ Required:
707707
<a id="nestedblock--script--events--event--keystrokes"></a>
708708
### Nested Schema for `script.events.event.keystrokes`
709709

710-
Required:
711-
712-
- `text` (String) The text to enter
713-
714710
Optional:
715711

716-
- `masked` (Boolean) Indicates whether the `textValue` is encrypted (`true`) or not (`false`)
712+
- `credential` (Block List, Max: 1) Credentials for this event (see [below for nested schema](#nestedblock--script--events--event--keystrokes--credential))
713+
- `masked` (Boolean) Indicates whether the `textValue` is encrypted (`true`) or not (`false`). Must not be specified if `credentials` from the vault are being used
717714
- `simulate_blur_event` (Boolean) Defines whether to blur the text field when it loses focus.
718715
Set to `true` to trigger the blur the `textValue`
719716
- `target` (Block List, Max: 1) The tab on which the page should open (see [below for nested schema](#nestedblock--script--events--event--keystrokes--target))
717+
- `text` (String) The text to enter. Must not be specified if `credentials` from the vault are being used
720718
- `validate` (Block List, Max: 1) The validation rules for the event—helps you verify that your browser monitor loads the expected page content or page element (see [below for nested schema](#nestedblock--script--events--event--keystrokes--validate))
721719
- `wait` (Block List, Max: 1) The wait condition for the event—defines how long Dynatrace should wait before the next action is executed (see [below for nested schema](#nestedblock--script--events--event--keystrokes--wait))
722720

721+
<a id="nestedblock--script--events--event--keystrokes--credential"></a>
722+
### Nested Schema for `script.events.event.keystrokes.credential`
723+
724+
Required:
725+
726+
- `field` (String) Either `username` or `password`
727+
- `vault_id` (String) The ID of the credential within the Credentials Vault
728+
729+
723730
<a id="nestedblock--script--events--event--keystrokes--target"></a>
724731
### Nested Schema for `script.events.event.keystrokes.target`
725732

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.
1818
terraform {
1919
required_providers {
2020
dynatrace = {
21-
version = "1.13.1"
21+
version = "1.13.2"
2222
source = "dynatrace-oss/dynatrace"
2323
}
2424
}

0 commit comments

Comments
 (0)