Skip to content

Commit d5d08cd

Browse files
tgc-revival: Add google_cloud_tasks_queue to TGC (#15933)
Co-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>
1 parent 5d83324 commit d5d08cd

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

mmv1/products/cloudtasks/Queue.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ name: 'Queue'
1616
description: |
1717
A named resource to which messages are sent by publishers.
1818
docs:
19+
include_in_tgc_next: true
20+
tgc_include_handwritten_tests: true
1921
id_format: 'projects/{{project}}/locations/{{location}}/queues/{{name}}'
2022
base_url: 'projects/{{project}}/locations/{{location}}/queues'
2123
update_verb: 'PATCH'
@@ -90,6 +92,7 @@ properties:
9092
Overrides for task-level appEngineRouting. These settings apply only
9193
to App Engine tasks in this queue
9294
custom_flatten: 'templates/terraform/custom_flatten/cloudtasks_queue_appenginerouting.go.tmpl'
95+
tgc_ignore_terraform_custom_flatten: true
9396
properties:
9497
- name: 'service'
9598
type: String
@@ -358,6 +361,7 @@ properties:
358361
Note that both the service account email and the scope MUST be specified when using the queue-level authorization override.
359362
conflicts:
360363
- oidcToken
364+
is_missing_in_cai: true
361365
properties:
362366
- name: 'serviceAccountEmail'
363367
type: String

0 commit comments

Comments
 (0)