Skip to content

Commit

Permalink
bumping enforce on key configs for google_compute_security_policy t…
Browse files Browse the repository at this point in the history
…o GA (#12318)

[upstream:5468e7281250a7a91033e26db334af2f6ea4cebb]

Signed-off-by: Modular Magician <[email protected]>
  • Loading branch information
modular-magician committed Dec 5, 2024
1 parent 2386967 commit 912515f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .changelog/12318.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:enhancement
compute: added `rule.rate_limit_options.enforce_on_key_configs` field to `google_compute_security_policy` resource (GA)
```
Original file line number Diff line number Diff line change
Expand Up @@ -1387,7 +1387,7 @@ resource "google_compute_security_policy" "policy" {
}
log_level = "VERBOSE"
user_ip_request_headers = [
"True-Client-IP",
"True-Client-IP",
"x-custom-ip"
]
}
Expand Down

0 comments on commit 912515f

Please sign in to comment.