Releases: confluentinc/terraform-provider-confluent
Releases · confluentinc/terraform-provider-confluent
v2.22.0
2.22.0 (March 18th, 2025)
New features:
- Added new
confluent_tableflow_topic
resource and data-source in a General Availability lifecycle stage. - Added new
confluent_catalog_integration
resource and data-source in a General Availability lifecycle stage.
v2.21.0
2.21.0 (March 17th, 2025)
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
2.20.0 (March 10th, 2025)
Bug fixes:
v2.19.0
2.19.0 (February 27th, 2025)
New features:
- Updated the docs and the error message for the Resource Importer tool.
- Added additional
cluster_link_id
attribute forconfluent_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
2.18.0 (February 24th, 2025)
Note:
- Make sure to remove the
"confluent.topic.type"
topic setting from theconfig
block attribute of yourconfluent_kafka_topic
resource instances in your TF configuration if you can observe a related TF drift during theterraform 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
2.17.0 (February 10th, 2025)
New features:
- Updated
confluent_connector
resource to support custom offsets.
Examples:
-
Added 3 examples:
-
Updated 3 examples from version 1.x to version 2.x of the TF Provider:
v2.16.0
2.16.0 (January 31st, 2025)
Bug fixes:
- Fixed "error creating Schema: 403 Forbidden: Upgrade to Stream Governance Advanced package to use schema rules" issue (#543).
v2.15.0
2.15.0 (January 29th, 2025)
New features:
- Updated
confluent_kafka_cluster
resource to support self-managed encryption keys.
For details, see Encryption of data at rest on Kafka clusters and Use Self-managed Encryption Keys in Confluent Cloud on AWS.
Bug fixes:
v2.14.0
2.14.0 (January 28th, 2025)
New features:
- Updated
confluent_flink_artifact
resource and data-source to deprecate theclass
attribute and add thedocumentation_link
attribute.
Theclass
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
2.13.0 (January 23th, 2025)
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: