Releases: aiven/terraform-provider-aiven
Releases · aiven/terraform-provider-aiven
v4.25.0
- Fix
aiven_kafka_connector
: increase create polling timeout - Add experimental
aiven_organization_permission
resource - Add
prefix_path_depth
tokafka_user_config.kafka_connect_secret_providers.vault
- Add
backup_hour
andbackup_minute
toredis_user_config
andvalkey_user_config
- Add user configuration options for
external_s3
,external_clickhouse
andexternal_mysql
integration endpoint types - Use
ServiceGet
from the code-generated client - Use the code-generated client to manage
aiven_service_integration
andaiven_service_integration_endpoint
- Use Go 1.23
- Add capability to set description and owner group per
aiven_kafka_topic
v4.24.0
- Recursively mark attributes of sensitive blocks as sensitive due to an issue in Terraform
v4.23.0
- Use enum choices from code-generated client
- Add missing enum choices to resource descriptions:
aiven_project_user
andaiven_mysql_user
- Mark more
aiven_grafana
,aiven_opensearch
andaiven_service_integration_endpoint
sensitive fields
v4.22.0
v4.21.0
- Fix
aiven_transit_gateway_vpc_attachment
: removepeer_region
deprecation, mark the field as create only. - Add
aiven_valkey
resource as a beta resource - Add
aiven_valkey_user
resource as a beta resource - Temporarily remove the
aiven_project_user
deprecation until we find a suitable alternative.
v4.20.0
- Mark several sensitive user config fields as "sensitive"
- Fix aiven-go-client dependency version
- Fix
aiven_organization_user_group
resource -name
field is required - Use
TypeSet
forconfig_properties_exclude
v4.19.1
- Add
config_properties_exclude
attribute toaiven_mirrormaker_replication_flow
resource
v4.19.0
- Add
is_super_admin
flag toaiven_organization_application_user
resource - Add
aiven_mirrormaker_replication_flow
replication factor - Remove
aiven_mirrormaker_replication_flow
global mutex, the backend has been fixed - Remove service version validation to allow running new service versions without the provider upgrade
- Fix
aiven_organization_application_user_token
crashes with empty optional fields - Fix
ip_filter
conversion issue
v4.18.0
- Fix
ip_filter
,ip_filter_string
, andip_filter_object
crash when receive an unexpected type - Add missing connection info fields to various service types
v4.17.0
- Fix
aiven_kafka_connector
fails to create resource with 201 error - Remove the beta flag from
aiven_organization_application_user
andaiven_organization_application_user_token
resources - Fix incorrect token string used in Plugin Framework version of the provider