Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Usage

Requirements

Name Version
terraform >=0.13.2
aiven >= 3.0.0, < 4.0.0

Providers

Name Version
aiven >= 3.0.0, < 4.0.0

Modules

No modules.

Resources

Name Type
aiven_project.entur-aiven-project data source
aiven_service_component.schema-registry data source

Inputs

Name Description Type Default Required
access_token Aiven API access token string n/a yes
connect_service_name Aiven service name where KafkaConnect Cluster is running. string "" no
kafka_service_name Aiven service name where Kafka Cluster is running string n/a yes
key_converter Converter class for key Connect data. This controls the format of the data that will be written to Kafka for source connectors or read from Kafka for sink connectors string "org.apache.kafka.connect.storage.StringConverter" no
project_name Aiven project name string n/a yes
tasks_max Maximum number of tasks that should be created for this connector. The connector may create fewer tasks if it cannot achieve this level of parallelism number 1 no
value_converter Converter class for value Connect data. This controls the format of the data that will be written to Kafka for source connectors or read from Kafka for sink connectors string "io.confluent.connect.avro.AvroConverter" no

Outputs

Name Description
aiven Aiven configuration like (project, service etc)
default_configuration A map of default configuration options for any connector