110 lines
3.3 KiB
YAML
110 lines
3.3 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.gcs.google_storage_bucket.bucket[0]:
|
|
autoclass: []
|
|
cors: []
|
|
custom_placement_config: []
|
|
default_event_based_hold: null
|
|
effective_labels:
|
|
goog-terraform-provisioned: 'true'
|
|
enable_object_retention: null
|
|
encryption: []
|
|
force_destroy: false
|
|
hierarchical_namespace: []
|
|
labels: null
|
|
lifecycle_rule: []
|
|
location: EUROPE-WEST8
|
|
logging: []
|
|
name: test-gmk-sink
|
|
project: project-id
|
|
requester_pays: null
|
|
retention_policy: []
|
|
storage_class: STANDARD
|
|
terraform_labels:
|
|
goog-terraform-provisioned: 'true'
|
|
timeouts: null
|
|
uniform_bucket_level_access: true
|
|
module.kafka-cluster-with-connect.google_managed_kafka_cluster.cluster:
|
|
capacity_config:
|
|
- memory_bytes: '3221225472'
|
|
vcpu_count: '3'
|
|
cluster_id: my-kafka-cluster-connect
|
|
effective_labels:
|
|
goog-terraform-provisioned: 'true'
|
|
gcp_config:
|
|
- access_config:
|
|
- network_configs:
|
|
- {}
|
|
kms_key: null
|
|
labels: null
|
|
location: europe-west8
|
|
project: project-id
|
|
rebalance_config: []
|
|
terraform_labels:
|
|
goog-terraform-provisioned: 'true'
|
|
timeouts: null
|
|
module.kafka-cluster-with-connect.google_managed_kafka_connect_cluster.connect_clusters["my-connect-cluster"]:
|
|
capacity_config:
|
|
- memory_bytes: '3221225472'
|
|
vcpu_count: '3'
|
|
connect_cluster_id: my-connect-cluster
|
|
effective_labels:
|
|
goog-terraform-provisioned: 'true'
|
|
gcp_config:
|
|
- access_config:
|
|
- network_configs:
|
|
- dns_domain_names: null
|
|
labels: null
|
|
location: europe-west8
|
|
project: project-id
|
|
terraform_labels:
|
|
goog-terraform-provisioned: 'true'
|
|
timeouts: null
|
|
module.kafka-cluster-with-connect.google_managed_kafka_connector.connectors["my-gcs-connector"]:
|
|
configs:
|
|
connector.class: io.aiven.kafka.connect.gcs.GcsSinkConnector
|
|
file.name.prefix: ''
|
|
format.output.type: json
|
|
gcs.bucket.name: test-gmk-sink
|
|
gcs.credentials.default: 'true'
|
|
key.converter: org.apache.kafka.connect.storage.StringConverter
|
|
name: my-gcs-connector
|
|
tasks.max: '3'
|
|
topics: topic1
|
|
value.converter: org.apache.kafka.connect.json.JsonConverter
|
|
value.converter.schemas.enable: 'false'
|
|
connect_cluster: my-connect-cluster
|
|
connector_id: my-gcs-connector
|
|
location: europe-west8
|
|
project: project-id
|
|
task_restart_policy:
|
|
- maximum_backoff: 300s
|
|
minimum_backoff: 60s
|
|
timeouts: null
|
|
|
|
counts:
|
|
google_compute_network: 1
|
|
google_compute_route: 3
|
|
google_compute_subnetwork: 3
|
|
google_managed_kafka_cluster: 1
|
|
google_managed_kafka_connect_cluster: 1
|
|
google_managed_kafka_connector: 1
|
|
google_storage_bucket: 1
|
|
modules: 3
|
|
resources: 11
|
|
|
|
outputs: {}
|