Skip to content

Commit 32a52d0

Browse files
Promote user_ip_request_headers field on google_compute_security_policy resource to GA (#9872) (#6967)
[upstream:379d462fa7096c0f4789fc9e75463320603b14e2] Signed-off-by: Modular Magician <[email protected]>
1 parent afb1f29 commit 32a52d0

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

.changelog/9872.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
```release-note:enhancement
2+
compute: promoted `user_ip_request_headers` field on `google_compute_security_policy` resource to GA
3+
```

google-beta/services/compute/resource_compute_security_policy_test.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1095,11 +1095,10 @@ resource "google_compute_security_policy" "policy" {
10951095
]
10961096
}
10971097
log_level = "VERBOSE"
1098-
user_ip_request_headers = [
1098+
user_ip_request_headers = [
10991099
"True-Client-IP",
11001100
"x-custom-ip"
11011101
]
1102-
11031102
}
11041103
}
11051104
`, spName)

website/docs/r/compute_security_policy.html.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ The following arguments are supported:
204204
* `NORMAL` - Normal log level.
205205
* `VERBOSE` - Verbose log level.
206206

207-
* `user_ip_request_headers` - (Optional, [Beta](https://terraform.io/docs/providers/google/guides/provider_versions.html)) An optional list of case-insensitive request header names to use for resolving the callers client IP address.
207+
* `user_ip_request_headers` - (Optional) An optional list of case-insensitive request header names to use for resolving the callers client IP address.
208208

209209
<a name="nested_json_custom_config"></a>The `json_custom_config` block supports:
210210

0 commit comments

Comments
 (0)