Skip to content

Commit 1f4bf5c

Browse files
Docs: Add STANDARD_WITH_GRAPHQL option for json_parsing to google_compute_security_policy documentation (#10701) (#7403)
[upstream:e374eeaf5212395a1c1a01ffe43da33112dad841] Signed-off-by: Modular Magician <[email protected]>
1 parent c887b98 commit 1f4bf5c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

website/docs/r/compute_security_policy.html.markdown

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,7 @@ The following arguments are supported:
196196
* `json_parsing` - Whether or not to JSON parse the payload body. Defaults to `DISABLED`.
197197
* `DISABLED` - Don't parse JSON payloads in POST bodies.
198198
* `STANDARD` - Parse JSON payloads in POST bodies.
199+
* `STANDARD_WITH_GRAPHQL` - Parse JSON and GraphQL payloads in POST bodies.
199200

200201
* `json_custom_config` - Custom configuration to apply the JSON parsing. Only applicable when
201202
`json_parsing` is set to `STANDARD`. Structure is [documented below](#nested_json_custom_config).

0 commit comments

Comments
 (0)