Skip to content

Releases: confluentinc/terraform-provider-confluent

v2.31.0

05 Jun 21:25
Compare
Choose a tag to compare

Full Changelog

New features:

  • Added confluent_flink_connection resource and data-source to manage connections between Flink statements and UDFs and third party services.
  • Added confluent_connect_artifact resource and data-source to manage Custom SMTs (Single Message Transform) for fully managed connectors.

Bug fixes:

  • Updated the docs of confluent_role_binding resource and confluent_api_key resource to support in-place updates for "disable_wait_for_ready" attribute.
  • Updated the docs of confluent_schema resource to include a workaround for a Terraform drift issue.

Examples:

v2.30.0

23 May 02:58
Compare
Choose a tag to compare

Full Changelog

New features:

  • Enabled the ability to remove all domain rules from an existing schema by deleting the ruleset block from the confluent_schema resource in the Terraform configuration.

Bug fixes:

  • Updated the docs of confluent_connector resource.

v2.29.0

13 May 16:37
Compare
Choose a tag to compare

2.29.0 (May 13th, 2025)

Full Changelog

New features:

  • Added support for Flink UDF (User-Defined Functions) for Azure.

v2.28.0

09 May 02:12
Compare
Choose a tag to compare

2.28.0 (May 8th, 2025)

Full Changelog

Bug fixes:

  • Updated the confluent_schema_exporter resource to address timeout issues during create and update operations. This was achieved by reverting the previous fix (#671) and directly resolving a 10-minute timeout issue.
  • Updated the docs.

v2.27.0

06 May 23:02
Compare
Choose a tag to compare

2.27.0 (May 6th, 2025)

Full Changelog

Bug fixes:

  • Updated confluent_schema_exporter resource to resolve time out issues for create and update operations.

v2.26.0

05 May 22:58
Compare
Choose a tag to compare

2.26.0 (May 5th, 2025)

Full Changelog

New features:

  • Added disable_wait_for_ready attribute for confluent_role_binding resource to disable the readiness check.
  • Added support to update issuer and jwks_uri arguments for confluent_identity_provider resource to fix the "URL update behavior doesn't match UI" issue (#583).
  • Added support for new force attribute for confluent_schema_registry_cluster_mode resource and confluent_subject_mode resource.

Bug fixes:

  • Updated the docs of confluent_schema resource with additional notes.
  • Updated the docs of confluent_subject_config resource and data-source with additional notes.
  • Updated the docs of confluent_schema_registry_cluster_config resource and data-source with additional notes.

v2.25.0

18 Apr 19:46
354fac7
Compare
Choose a tag to compare

2.25.0 (April 18th, 2025)

Full Changelog

New features:

Bug fixes:

  • Fixed a bug for confluent_kafka_cluster_config resource that the editable ssl.enabled.protocols cluster setting could not be updated issue.
  • Updated the docs of confluent_tableflow_topic resource to reference additional examples.
  • Updated the docs of confluent_schema resource and data-source with additional notes.
  • Updated the docs of confluent_certificate_authority resource and data-source with correct encoded type for certificate_chain and crl_chain.
  • Added additional note for the Confluent Provider 2.0.0 Upgrade Guide.

Examples:

v2.24.0

31 Mar 23:15
Compare
Choose a tag to compare

2.24.0 (March 31st, 2025)

Full Changelog

New features:

Examples:

v2.23.0

27 Mar 23:34
Compare
Choose a tag to compare

2.23.0 (March 27th, 2025)

Full Changelog

New features:

  • Added new private_regional_rest_endpoints attribute for confluent_schema_registry_cluster data-source and confluent_schema_registry_clusters data-source.
  • Added new display_name argument for confluent_network_link_service data-source.
  • Released the reserved_cidr attribute and zone_info blocks in a General Availability lifecycle stage. It's available only for AWS networks with PEERING and TRANSITGATEWAY connection type.

Bug fixes:

Examples:

v2.22.0

18 Mar 22:47
Compare
Choose a tag to compare

2.22.0 (March 18th, 2025)

Full Changelog

New features: