Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
therve committed Sep 14, 2022
1 parent 8521836 commit 2047ee0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/resources/synthetics_global_variable.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,13 @@ resource "datadog_synthetics_global_variable" "test_variable" {

Required:

- `parser` (Block List, Min: 1, Max: 1) (see [below for nested schema](#nestedblock--parse_test_options--parser))
- `type` (String) Defines the source to use to extract the value. Valid values are `http_body`, `http_header`, `local_variable`.

Optional:

- `field` (String) Required when type = `http_header`. Defines the header to use to extract the value
- `local_variable_name` (String) When type is `local_variable`, name of the local variable to use to extract the value.
- `parser` (Block List, Max: 1) (see [below for nested schema](#nestedblock--parse_test_options--parser))

<a id="nestedblock--parse_test_options--parser"></a>
### Nested Schema for `parse_test_options.parser`
Expand Down

0 comments on commit 2047ee0

Please sign in to comment.