From e374eeaf5212395a1c1a01ffe43da33112dad841 Mon Sep 17 00:00:00 2001 From: Daan Heikens Date: Wed, 22 May 2024 00:03:10 +0200 Subject: [PATCH] Docs: Add STANDARD_WITH_GRAPHQL option for json_parsing to google_compute_security_policy documentation (#10701) --- .../website/docs/r/compute_security_policy.html.markdown | 1 + 1 file changed, 1 insertion(+) diff --git a/mmv1/third_party/terraform/website/docs/r/compute_security_policy.html.markdown b/mmv1/third_party/terraform/website/docs/r/compute_security_policy.html.markdown index 26305820ecec..76bb154d9a0a 100644 --- a/mmv1/third_party/terraform/website/docs/r/compute_security_policy.html.markdown +++ b/mmv1/third_party/terraform/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).