cloud-foundation-fabric/tests/modules/pubsub/examples/subscriptions.yaml

52 lines
1.5 KiB
YAML

# Copyright 2023 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
values:
module.pubsub.google_pubsub_subscription.default["test-pull"]:
bigquery_config: []
dead_letter_policy: []
enable_exactly_once_delivery: False
enable_message_ordering: False
filter: null
labels: null
message_retention_duration: 604800s
name: test-pull
project: my-project
push_config: []
retain_acked_messages: False
retry_policy: []
topic: my-topic
module.pubsub.google_pubsub_subscription.default["test-pull-override"]:
bigquery_config: []
dead_letter_policy: []
enable_exactly_once_delivery: False
enable_message_ordering: False
filter: null
labels:
test: override
message_retention_duration: 604800s
name: test-pull-override
project: my-project
push_config: []
retain_acked_messages: True
retry_policy: []
topic: my-topic
module.pubsub.google_pubsub_topic.default:
name: my-topic
project: my-project
counts:
google_pubsub_subscription: 2
google_pubsub_topic: 1