Skip to content

Releases: confluentinc/terraform-provider-confluent

v2.22.0

18 Mar 22:47
Compare
Choose a tag to compare

2.22.0 (March 18th, 2025)

Full Changelog

New features:

v2.21.0

18 Mar 02:00
Compare
Choose a tag to compare

2.21.0 (March 17th, 2025)

Full Changelog

Bug fixes:

  • Resolved "Allow updates to filter attribute for confluent_group_mapping" issue (#468).
  • Resolved "Allow updates to display_name attribute for confluent_service_account" issue (#212).
  • Updated the flink-quickstart example to have 2 more role bindings.
  • Updated the confluent_flink_statement resource to have a descriptive error message.
  • Updated docs.

v2.20.0

10 Mar 22:37
Compare
Choose a tag to compare

2.20.0 (March 10th, 2025)

Full Changelog

Bug fixes:

  • Fixed "schema = jsonencode( # whitespace changes' TF drift for confluent_schema resource" issue (#573).
  • Updated docs.

v2.19.0

27 Feb 22:57
Compare
Choose a tag to compare

2.19.0 (February 27th, 2025)

Full Changelog

New features:

  • Updated the docs and the error message for the Resource Importer tool.
  • Added additional cluster_link_id attribute for confluent_cluster_link resource.
  • Added confluent_cluster_link data-source.
  • Added catalog_http_endpoint for Stream Catalog API resources.

Bug fixes:

  • Fixed rest_endpoint is nil or empty for Schema Registry Cluster" error in confluent_api_key resource.

v2.18.0

24 Feb 20:02
Compare
Choose a tag to compare

2.18.0 (February 24th, 2025)

Full Changelog

Note:

  • Make sure to remove the "confluent.topic.type" topic setting from the config block attribute of your confluent_kafka_topic resource instances in your TF configuration if you can observe a related TF drift during the terraform plan command (#427).

Bug fixes:

  • Fixed "Missing attribute "confluent.topic.type" of Kafka topic config in Terraform provider" issue (#427).
  • Fixed "Resource recreation when using ALL_GOOGLE_APIS instead of all-google-apis for private service connect endpoint target" issue (#544).
  • Added support for descriptive errors (displaying the raw response body when an error can't be parsed) for confluent_kafka_topic resource instances instead of showing "undefined response type".
  • Resolved TF drift for custom connectors.
  • Fixed "invalid reflect.Value" when displaying errors.
  • Updated TF docs.

v2.17.0

11 Feb 21:00
c3aa2f4
Compare
Choose a tag to compare

2.17.0 (February 10th, 2025)

Full Changelog

New features:

Examples:

v2.16.0

31 Jan 23:27
Compare
Choose a tag to compare

2.16.0 (January 31st, 2025)

Full Changelog

Bug fixes:

  • Fixed "error creating Schema: 403 Forbidden: Upgrade to Stream Governance Advanced package to use schema rules" issue (#543).

v2.15.0

29 Jan 23:05
Compare
Choose a tag to compare

2.15.0 (January 29th, 2025)

Full Changelog

New features:

Bug fixes:

  • Fixed "Terraform provider does not work well when deploying a Flink Model/Statement that uses sql.secrets.*" issue (#397).
  • Fixed "Unable to import confluent_tag using Option #2" issue (#512).
  • Fixed "Unable to remove ruleset in confluent_schema" issue.

v2.14.0

28 Jan 22:20
Compare
Choose a tag to compare

2.14.0 (January 28th, 2025)

Full Changelog

New features:

  • Updated confluent_flink_artifact resource and data-source to deprecate the class attribute and add the documentation_link attribute.
    The class attribute will be removed in the next major version of the provider (3.0.0). Refer to the Upgrade Guide for more details.

Bug fixes:

  • Fixed "Unable to create API key with managed_resource block" issue (#538).

v2.13.0

24 Jan 17:11
c9a013d
Compare
Choose a tag to compare

2.13.0 (January 23th, 2025)

Full Changelog

New features:

  • Updated confluent_api_key resource to support Tableflow API Keys.
  • Added support for resolving private DNS names from a DNS resolver within your own Google Cloud VPC via DNS forwarding. This feature enables fully-managed connectors to access endpoints using private DNS zones. For details, see DNS forwarding for Google Cloud Peering.
  • Added support for outbound Google Cloud Private Service Connect connections using Egress Private Service Connect Endpoints. Egress Private Service Connect Endpoints enable fully-managed Confluent connectors to access services from GCP Private Link Service providers such as Google, MongoDB, Snowflake, and others.
    With this capability, Confluent Cloud now supports private outbound connections for Dedicated clusters across all three cloud providers, AWS, Azure, and Google Cloud. For details, see Google Cloud Egress Private Service Connect Endpoints for Dedicated Clusters.

Bug fixes:

  • Resolved an issue with confluent_flink_artifact resource during the creation of the Presigned URL phase.
  • Fixed the "404 error in re-deploying schemas" issue (#296).
  • Updated docs (#506).
  • Resolved 1 Dependabot alert.