diff --git a/website/docs/r/compute_security_policy.html.markdown b/website/docs/r/compute_security_policy.html.markdown index 26305820ec..76bb154d9a 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).