From a1cc7488049cdfb553d3718d1d36022101b637dc Mon Sep 17 00:00:00 2001 From: Imran Nayer Date: Tue, 17 Oct 2023 11:00:47 -0500 Subject: [PATCH] fix test for rule.rate_limit_options.enforce_on_key --- docs/upgrading_to_v2.0.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/upgrading_to_v2.0.md b/docs/upgrading_to_v2.0.md index 4a3052c..bb465c1 100644 --- a/docs/upgrading_to_v2.0.md +++ b/docs/upgrading_to_v2.0.md @@ -4,5 +4,5 @@ The v2.0 release contains backwards-incompatible changes. This update requires upgrading the minimum provider version to `4.79`. -### TPG max version is bumped to 5.x. +### TPG max version is bumped to 5.x In `4.X`, the default value for `rule.rate_limit_options.enforce_on_key` is `ALL`. In `5.X` this field no longer has a default value. If you need `All` you will need to set it explicitly. See [Rule 2](https://github.com/GoogleCloudPlatform/terraform-google-cloud-armor/blob/main/examples/security-policy-all/main.tf) in `examples/security-policy-all` folder for reference.