Skip to content

Commit 45572c2

Browse files
Set url_mask optional for network endpoint group (#5883) (#11517)
Signed-off-by: Modular Magician <[email protected]>
1 parent 5b63a85 commit 45572c2

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.changelog/5883.txt

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
```release-note:bug
2+
compute: fixed url_mask required mis-annotation in `google_compute_region_network_endpoint_group`, making it optional
3+
```

website/docs/r/compute_region_network_endpoint_group.html.markdown

+1-1
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,7 @@ The following arguments are supported:
343343
API Gateway: Unused, App Engine: The service version, Cloud Functions: Unused, Cloud Run: The service tag
344344

345345
* `url_mask` -
346-
(Required)
346+
(Optional)
347347
A template to parse platform-specific fields from a request URL. URL mask allows for routing to multiple resources
348348
on the same serverless platform without having to create multiple Network Endpoint Groups and backend resources.
349349
The fields parsed by this template are platform-specific and are as follows: API Gateway: The gateway ID,

0 commit comments

Comments
 (0)