diff --git a/.changelog/5883.txt b/.changelog/5883.txt new file mode 100644 index 00000000000..9c59fdc2c9b --- /dev/null +++ b/.changelog/5883.txt @@ -0,0 +1,3 @@ +```release-note:bug +compute: fixed url_mask required mis-annotation in `google_compute_region_network_endpoint_group`, making it optional +``` diff --git a/website/docs/r/compute_region_network_endpoint_group.html.markdown b/website/docs/r/compute_region_network_endpoint_group.html.markdown index 634324302c3..04c0e4dfa6b 100644 --- a/website/docs/r/compute_region_network_endpoint_group.html.markdown +++ b/website/docs/r/compute_region_network_endpoint_group.html.markdown @@ -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,