Skip to content

Commit cdda280

Browse files
Adding custom_audiences field for cloud run v2 service. (#8290) (#15268)
* Adding custom_audiences field for cloud run v2 service. * Add custom audiences example for Cloud Run v2 API Signed-off-by: Modular Magician <[email protected]>
1 parent ee8a95e commit cdda280

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

.changelog/8290.txt

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
```release-note:enhancement
2+
cloudrunv2: added field `custom_audiences` to resource `google_cloud_run_v2_service `
3+
```

website/docs/r/cloud_run_v2_service.html.markdown

+5
Original file line numberDiff line numberDiff line change
@@ -832,6 +832,11 @@ The following arguments are supported:
832832
Settings for the Binary Authorization feature.
833833
Structure is [documented below](#nested_binary_authorization).
834834

835+
* `custom_audiences` -
836+
(Optional, [Beta](https://terraform.io/docs/providers/google/guides/provider_versions.html))
837+
One or more custom audiences that you want this service to support. Specify each custom audience as the full URL in a string. The custom audiences are encoded in the token and used to authenticate requests.
838+
For more information, see https://cloud.google.com/run/docs/configuring/custom-audiences.
839+
835840
* `traffic` -
836841
(Optional)
837842
Specifies how to distribute traffic over a collection of Revisions belonging to the Service. If traffic is empty or not provided, defaults to 100% traffic to the latest Ready Revision.

0 commit comments

Comments
 (0)