Skip to content

Commit

Permalink
Set url_mask optional for network endpoint group (#5883) (#11517)
Browse files Browse the repository at this point in the history
Signed-off-by: Modular Magician <magic-modules@google.com>
  • Loading branch information
modular-magician authored Apr 15, 2022
1 parent 5b63a85 commit 45572c2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .changelog/5883.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:bug
compute: fixed url_mask required mis-annotation in `google_compute_region_network_endpoint_group`, making it optional
```
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,7 @@ The following arguments are supported:
API Gateway: Unused, App Engine: The service version, Cloud Functions: Unused, Cloud Run: The service tag

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

0 comments on commit 45572c2

Please sign in to comment.