Releases: confluentinc/terraform-provider-confluent
Releases · confluentinc/terraform-provider-confluent
v1.7.0
1.7.0 (October 10, 2022)
New features:
- Added new
confluent_kafka_cluster_config
resource in an Open Preview lifecycle stage (#73).
Bug fixes:
- Updated docs.
v1.6.0
1.6.0 (September 28, 2022)
New features:
- Updated
dedicated-privatelink-aws-kafka
anddedicated-privatelink-azure-kafka
examples to make it possible to run them in a singleterraform apply
step.
Bug fixes:
- Updated docs.
v1.5.1
v1.5.0
1.5.0 (September 21, 2022)
New features:
- Added new
confluent_cluster_link
resource andconfluent_kafka_mirror_topic
resource in an Open Preview lifecycle stage. - Added support for updating Schema Validation topic settings for
confluent_kafka_topic
resource.
Bug fixes:
- Updated docs.
v1.4.0
1.4.0 (September 1, 2022)
New features:
- Added support for GCP Private Service Connect by updating
confluent_network
,confluent_private_link_access
resources and corresponding data sources. See dedicated-private-service-connect-gcp-kafka-acls and dedicated-private-service-connect-gcp-kafka-rbac examples for more details.
v1.3.0
1.3.0 (August 29, 2022)
New features:
- Added new
confluent_ksql_cluster
resource and a corresponding data source in an Open Preview lifecycle stage.
Bug fixes:
- Updated docs.
v1.2.0
1.2.0 (August 18, 2022)
New features:
- Added new
confluent_identity_provider
andconfluent_identity_pool
resources and data sources in a Limited Availability lifecycle stage.
Bug fixes:
- Allow users to update the
config_sensitive
attribute for theconfluent_connector
resource (#84). - Updated docs.
v1.1.0
1.1.0 (August 9, 2022)
New features
- Released
confluent_connector
resource is now Generally Available and recommended for use in production workflows.
Bug fixes:
- Fixed a connector provisioning bug where it was impossible to delete
confluent_connector
via TF if provisioning failed. - Updated dedicated-privatelink-aws-kafka-acls and dedicated-privatelink-aws-kafka-rbac examples to use
zones
attribute ofconfluent_network
resource such that created network / Kafka cluster's zones match user VPC's zones (#80, #81). - Updated docs.
v1.0.0
1.0.0 (June 30, 2022)
The Confluent Terraform Provider is now Generally Available and recommended for use in production workflows.
Bug fixes:
- Fixed "undefined response type" error for
confluent_connector
resource (#53). - Updated docs.
v0.13.0
0.13.0 (June 28, 2022)
New features
- Added support for
kafka_api_key
,kafka_api_secret
,kafka_rest_endpoint
attributes in aprovider
block to makerest_endpoint
attribute andcredentials
block optional forconfluent_kafka_acl
andconfluent_kafka_topic
resources (#37, #54). - Added
disable_wait_for_ready
attribute to disable readiness check forconfluent_api_key
resource (#25, #51). - Added support for pausing / resuming a connector by adding
status
attribute forconfluent_connector
resource.
Bug fixes:
- Updated docs and added a new managing-single-cluster example.