Skip to content

Releases: confluentinc/terraform-provider-confluent

v2.62.0

09 Feb 23:24

Choose a tag to compare

2.62.0 (February 9th, 2026)

Full Changelog

New features:

  • Updated the confluent_certificate_pool data-source to allow searching by display_name when the display name is unique.

v2.61.0

05 Feb 23:33

Choose a tag to compare

2.61.0 (February 5th, 2026)

Full Changelog

Bug fixes:

  • Fixed an issue in confluent_custom_connector_plugin resource and confluent_custom_connector_plugin_version resource where plugins could not be uploaded to Azure.

v2.60.0

04 Feb 03:16

Choose a tag to compare

2.60.0 (February 2nd, 2026)

Full Changelog

New features:

  • Added confluent_endpoint data-source.
  • Added confluent_gateways data-source to support optionally filtering confluent_gateway data sources by gateway_type, id, display_name, region, or phase.
  • Updated confluent_access_point resource and data-source to support the new optional aws_ingress_private_link_endpoint configuration block.
  • Updated confluent_gateway resource and data-source to support the new optional aws_ingress_private_link_endpoint configuration block.
  • Added support for schema normalization (normalize field) and subject aliases (alias field) to the confluent_subject_config resource and data-source, and confluent_schema_registry_cluster_config resource and data-source.

v2.59.0

27 Jan 21:25

Choose a tag to compare

2.59.0 (January 26th, 2026)

Full Changelog

Bug Fixes:

  • General bug fixes and improvements.

v2.58.0

13 Jan 20:51

Choose a tag to compare

2.58.0 (January 13th, 2026)

Full Changelog

New features:

v2.57.0

17 Dec 22:58

Choose a tag to compare

2.57.0 (December 17th, 2025)

Full Changelog

New features:

  • Added the max_ecku attribute to the confluent_kafka_cluster resource and the corresponding data source.

v2.56.0

16 Dec 00:01

Choose a tag to compare

2.56.0 (December 15th, 2025)

Full Changelog

Bug Fixes:

  • Fixed a panic in the confluent_schema resource when the ruleset block is empty.
  • Fixed an issue in the confluent_tableflow_topic resource where topics could not be created with the error_handling.mode attribute set to skip or log.
  • Updated the confluent_kafka_cluster resource to resolve Terraform drift for the availability attribute (SINGLE_ZONELOW or MULTI_ZONEHIGH).
  • Updated the documentation for the confluent_schema resource to add a warning against creating empty ruleset and metadata blocks.

v2.55.0

05 Dec 01:53
b0e8266

Choose a tag to compare

2.55.0 (December 2nd, 2025)

Full Changelog

Bug Fixes:

  • Updated the confluent_custom_connector_plugin resource to support in-place update for the sensitive_config_properties attribute.
  • Fixed an issue with importing of the resource_subject_config resource.
  • Fixed ClassCastException due 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

20 Nov 21:24

Choose a tag to compare

2.54.0 (November 20th, 2025)

Full Changelog

New Features:

v2.53.0

19 Nov 20:17

Choose a tag to compare

2.53.0 (November 19th, 2025)

Full Changelog

Bug Fixes:

  • Resolved whitespace changes for the confluent_schema resource during a subsequent terraform plan when using OAuth.