Skip to content

Commit fc15489

Browse files
committed
2 parents fc70f60 + d3ea28e commit fc15489

2 files changed

Lines changed: 1 addition & 20 deletions

File tree

mmv1/products/cloudrunv2/WorkerPool.yaml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -131,13 +131,6 @@ examples:
131131
- 'deletion_protection'
132132
# Currently failing
133133
skip_vcr: true
134-
- name: 'cloudrunv2_worker_pool_custom_audiences'
135-
primary_resource_id: 'default'
136-
primary_resource_name: 'fmt.Sprintf("tf-test-cloudrun-worker-pool-%s", context["random_suffix"])'
137-
vars:
138-
cloud_run_worker_pool_name: 'cloudrun-worker-pool'
139-
ignore_read_extra:
140-
- 'deletion_protection'
141134
- name: 'cloudrunv2_worker_pool_startup_liveness_probe'
142135
primary_resource_id: 'default'
143136
primary_resource_name: 'fmt.Sprintf("tf-test-cloudrun-wp%s", context["random_suffix"])'
@@ -288,6 +281,7 @@ properties:
288281
description: |
289282
One or more custom audiences that you want this worker pool 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.
290283
For more information, see https://cloud.google.com/run/docs/configuring/custom-audiences.
284+
deprecation_message: '`custom_audiences` is deprecated since it is not applicable to WorkerPool resource and will be removed in a future major release.'
291285
item_type:
292286
type: String
293287
- name: 'scaling'

mmv1/templates/terraform/examples/cloudrunv2_worker_pool_custom_audiences.tf.tmpl

Lines changed: 0 additions & 13 deletions
This file was deleted.

0 commit comments

Comments
 (0)