Skip to content

Commit

Permalink
Docs: Add STANDARD_WITH_GRAPHQL option for json_parsing to google_com…
Browse files Browse the repository at this point in the history
…pute_security_policy documentation (#10701) (#18213)

[upstream:e374eeaf5212395a1c1a01ffe43da33112dad841]

Signed-off-by: Modular Magician <magic-modules@google.com>
  • Loading branch information
modular-magician committed May 21, 2024
1 parent ff106d3 commit c06b62a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions website/docs/r/compute_security_policy.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,7 @@ The following arguments are supported:
* `json_parsing` - Whether or not to JSON parse the payload body. Defaults to `DISABLED`.
* `DISABLED` - Don't parse JSON payloads in POST bodies.
* `STANDARD` - Parse JSON payloads in POST bodies.
* `STANDARD_WITH_GRAPHQL` - Parse JSON and GraphQL payloads in POST bodies.

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

0 comments on commit c06b62a

Please sign in to comment.