Releases: confluentinc/terraform-provider-confluent
Releases · confluentinc/terraform-provider-confluent
v2.62.0
2.62.0 (February 9th, 2026)
New features:
- Updated the
confluent_certificate_pooldata-source to allow searching bydisplay_namewhen the display name is unique.
v2.61.0
2.61.0 (February 5th, 2026)
Bug fixes:
v2.60.0
2.60.0 (February 2nd, 2026)
New features:
- Added
confluent_endpointdata-source. - Added
confluent_gatewaysdata-source to support optionally filteringconfluent_gatewaydata sources bygateway_type,id,display_name,region, orphase. - Updated
confluent_access_pointresource and data-source to support the new optionalaws_ingress_private_link_endpointconfiguration block. - Updated
confluent_gatewayresource and data-source to support the new optionalaws_ingress_private_link_endpointconfiguration block. - Added support for schema normalization (
normalizefield) and subject aliases (aliasfield) to theconfluent_subject_configresource and data-source, andconfluent_schema_registry_cluster_configresource and data-source.
v2.59.0
v2.58.0
2.58.0 (January 13th, 2026)
New features:
- Added Azure support for
confluent_connect_artifactresource and data-source.
v2.57.0
2.57.0 (December 17th, 2025)
New features:
- Added the
max_eckuattribute to theconfluent_kafka_clusterresource and the corresponding data source.
v2.56.0
2.56.0 (December 15th, 2025)
Bug Fixes:
- Fixed a panic in the
confluent_schemaresource when the ruleset block is empty. - Fixed an issue in the
confluent_tableflow_topicresource where topics could not be created with theerror_handling.modeattribute set to skip or log. - Updated the
confluent_kafka_clusterresource to resolve Terraform drift for theavailabilityattribute (SINGLE_ZONE→LOWorMULTI_ZONE→HIGH). - Updated the documentation for the
confluent_schemaresource to add a warning against creating empty ruleset and metadata blocks.
v2.55.0
2.55.0 (December 2nd, 2025)
Bug Fixes:
- Updated the
confluent_custom_connector_pluginresource to support in-place update for thesensitive_config_propertiesattribute. - Fixed an issue with importing of the
resource_subject_configresource. - Fixed
ClassCastExceptiondue to type casting errors when provisioning connectors with LSN (Log Sequence Number) offsets. The provider now correctly converts numeric offset values from strings to int64 and boolean values to bool before sending to the API.
v2.54.0
2.54.0 (November 20th, 2025)
New Features:
- Added Azure support for
confluent_tableflow_topicresource and data-source.
v2.53.0
2.53.0 (November 19th, 2025)
Bug Fixes:
- Resolved whitespace changes for the
confluent_schemaresource during a subsequentterraform planwhen using OAuth.