Releases: aiven/terraform-provider-aiven
Releases · aiven/terraform-provider-aiven
v4.8.2
- Add Organization User Groups support
- Fixed incorrect
account_id
behavior in mixed constraint setup inaiven_project
resource - Use updated aiven-go-client with enhanced retries
- Change
plan
from optional to required - Improve
disk_space
deprecation message to become more explicit to migrating users - Fix account deletion flakiness
- Make
aiven_organization
resource and data source use Terraform Plugin Framework - Add
scheduled_rebalance_max_delay_ms
property toaiven_kafka
andaiven_kafka_connect
- Add
openid
property toaiven_opensearch
- Add
auto_login
property toaiven_grafana
v4.7.0
- Add
parent_id
field inaiven_project
andaiven_billing_group
resources- This field accepts either organization or account ID
- Deprecated
account_id
inaiven_project
andaiven_billing_group
resources- Please use
parent_id
instead,account_id
is going to be removed in the next major release
- Please use
- Fix
parent_id
storing mechanism inaiven_organizational_unit
- Fix
aiven_kafka_schema
import produced non-empty plan forcompatibility_level
attribute - Add
aiven_organization_user
resource and data source
v4.6.0
- Fix wrong ID used for
organization
resources - Add
aiven_flink_application_deployment
resource
v4.5.0
- Fix not being able to be set
ip_filter
and similar array fields in user config options to an empty array aiven_kafka_topic
fieldunclean_leader_election_enable
is deprecated- Fix CIDRs handled improperly in VPC resources
- Deprecate
peer_region
field ofaiven_transit_gateway_vpc_attachment
resource - Un-deprecated
aiven_account_team_project
, it will be deprecated when there is an alternative
v3.13.2
- Improve Kafka Topic 404 error handling
v4.4.1
- Suppress diff for
schema_type
onaiven_kafka_schema
resource import - Improve Kafka Topic 404 error handling
- Use default validation.StringInSlice
v4.4.0
- Set
TypeSet
foruser_peer_network_cidrs
field - Added
aiven_organization
andaiven_organizational_unit
resources and corresponding data sources - Deprecated the
aiven_account
resource, added a hint for the following fields that won't be supported in the future:account_id
(should useid
instead)primary_billing_group_id
owner_team_id
is_account_owner
- Deprecated
aiven_account_team_project
resource
v4.4.0-rc1
- Set
TypeSet
foruser_peer_network_cidrs
field
v4.3.0
- Added docs and validation for
aiven_service_integration_endpoint
- Dropped
signalfx
from supported integration types - Fix MySQL user creation authentication field
- Fix Account SAML Field mapping set method
- Adjust generated SQL for ClickHouse privilege grants
- Fix
required
not generated for top level fields for user config options - Deprecate
karapace
option onaiven_kafka
schema - Deprecate service
disk_space
field - Fix
required
properties not always sent to the API for user config options
v4.2.1
- Add GCP virtual network peering example
- Fix add conflicting with logic for M3DB
namespaces
andip_filters
- Fix double apply necessity when migrating from
ip_filter
toip_filter_object
and similar fields