Skip to content

Commit

Permalink
chore(changelog): updated changelog. Added kafka_quota recreation (#1974
Browse files Browse the repository at this point in the history
)
  • Loading branch information
vmyroslav authored Jan 6, 2025
1 parent 1e4e0db commit 0759bfb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@ nav_order: 1
attempts to evenly distribute the primary shards between the cluster nodes
- Add `aiven_opensearch` resource and datasource field `opensearch_user_config.opensearch.segrep`: Segment Replication
Backpressure Settings
- Replaced `aiven-go-client/v2` with `aiven/go-client-codegen` in `account` resource/data source
- Replaced `aiven-go-client/v2` with `aiven/go-client-codegen` in `account_authentication` resource/data source
- Replaced `aiven-go-client/v2` with `aiven/go-client-codegen` in `account_team` resource/data source
- Replaced `aiven-go-client/v2` with `aiven/go-client-codegen` in `account_team_member` resource/data source
- Replaced `aiven-go-client/v2` with `aiven/go-client-codegen` in `account_team_project` resource/data source

## [4.31.1] - 2024-12-23

Expand Down
2 changes: 1 addition & 1 deletion internal/sdkprovider/service/kafka/kafka_quota.go
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ func resourceKafkaQuotaRead(ctx context.Context, d *schema.ResourceData, client
params...,
)
if err != nil {
return err
return schemautil.ResourceReadHandleNotFound(err, d)
}

return schemautil.ResourceDataSet(
Expand Down

0 comments on commit 0759bfb

Please sign in to comment.