From c06b62ad79fd5b5ed40cca1125decbd05b961626 Mon Sep 17 00:00:00 2001 From: The Magician Date: Tue, 21 May 2024 15:09:00 -0700 Subject: [PATCH] Docs: Add STANDARD_WITH_GRAPHQL option for json_parsing to google_compute_security_policy documentation (#10701) (#18213) [upstream:e374eeaf5212395a1c1a01ffe43da33112dad841] Signed-off-by: Modular Magician --- website/docs/r/compute_security_policy.html.markdown | 1 + 1 file changed, 1 insertion(+) diff --git a/website/docs/r/compute_security_policy.html.markdown b/website/docs/r/compute_security_policy.html.markdown index 26305820ece..76bb154d9a0 100644 --- a/website/docs/r/compute_security_policy.html.markdown +++ b/website/docs/r/compute_security_policy.html.markdown @@ -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).