62 lines
1.8 KiB
YAML
62 lines
1.8 KiB
YAML
# Copyright 2025 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.kafka-cluster-with-topics.google_managed_kafka_cluster.cluster:
|
|
capacity_config:
|
|
- memory_bytes: '6442450944'
|
|
vcpu_count: '6'
|
|
cluster_id: my-kafka-cluster-topics
|
|
effective_labels:
|
|
goog-terraform-provisioned: 'true'
|
|
gcp_config:
|
|
- access_config:
|
|
- network_configs:
|
|
- subnet: projects/my-project/regions/europe-west8/subnetworks/primary
|
|
kms_key: null
|
|
labels: null
|
|
location: europe-west1
|
|
project: project-id
|
|
rebalance_config: []
|
|
terraform_labels:
|
|
goog-terraform-provisioned: 'true'
|
|
timeouts: null
|
|
module.kafka-cluster-with-topics.google_managed_kafka_topic.topics["topic-a"]:
|
|
cluster: my-kafka-cluster-topics
|
|
configs:
|
|
cleanup.policy: delete
|
|
location: europe-west1
|
|
partition_count: 3
|
|
project: project-id
|
|
replication_factor: 3
|
|
timeouts: null
|
|
topic_id: topic-a
|
|
module.kafka-cluster-with-topics.google_managed_kafka_topic.topics["topic-b"]:
|
|
cluster: my-kafka-cluster-topics
|
|
configs: null
|
|
location: europe-west1
|
|
partition_count: 6
|
|
project: project-id
|
|
replication_factor: 3
|
|
timeouts: null
|
|
topic_id: topic-b
|
|
|
|
counts:
|
|
google_managed_kafka_cluster: 1
|
|
google_managed_kafka_topic: 2
|
|
modules: 1
|
|
resources: 3
|
|
|
|
outputs: {}
|