Skip to content

Commit

Permalink
fix(service): add missing read timeout (#1374)
Browse files Browse the repository at this point in the history
  • Loading branch information
byashimov authored Oct 2, 2023
1 parent 4357986 commit 8195b66
Show file tree
Hide file tree
Showing 67 changed files with 70 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ nav_order: 1
# Changelog


## [3.13.4] - 2023-09-28

- Add missing service read timeout

## [3.13.3] - 2023-09-28

- Fix `aiven_project_user` 409 error handling
Expand Down
1 change: 1 addition & 0 deletions docs/resources/account.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ Optional:
- `create` (String)
- `default` (String)
- `delete` (String)
- `read` (String)
- `update` (String)

## Import
Expand Down
1 change: 1 addition & 0 deletions docs/resources/account_authentication.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ Optional:
- `create` (String)
- `default` (String)
- `delete` (String)
- `read` (String)
- `update` (String)

## Import
Expand Down
1 change: 1 addition & 0 deletions docs/resources/account_team.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ Optional:
- `create` (String)
- `default` (String)
- `delete` (String)
- `read` (String)
- `update` (String)

## Import
Expand Down
1 change: 1 addition & 0 deletions docs/resources/account_team_member.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ Optional:
- `create` (String)
- `default` (String)
- `delete` (String)
- `read` (String)
- `update` (String)

## Import
Expand Down
1 change: 1 addition & 0 deletions docs/resources/account_team_project.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ Optional:
- `create` (String)
- `default` (String)
- `delete` (String)
- `read` (String)
- `update` (String)

## Import
Expand Down
1 change: 1 addition & 0 deletions docs/resources/aws_privatelink.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ Optional:
- `create` (String)
- `default` (String)
- `delete` (String)
- `read` (String)
- `update` (String)

## Import
Expand Down
1 change: 1 addition & 0 deletions docs/resources/aws_vpc_peering_connection.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ Optional:
- `create` (String)
- `default` (String)
- `delete` (String)
- `read` (String)
- `update` (String)

## Import
Expand Down
1 change: 1 addition & 0 deletions docs/resources/azure_privatelink.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ Optional:
- `create` (String)
- `default` (String)
- `delete` (String)
- `read` (String)
- `update` (String)

## Import
Expand Down
1 change: 1 addition & 0 deletions docs/resources/azure_privatelink_connection_approval.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ Optional:
- `create` (String)
- `default` (String)
- `delete` (String)
- `read` (String)
- `update` (String)

## Import
Expand Down
1 change: 1 addition & 0 deletions docs/resources/azure_vpc_peering_connection.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ Optional:
- `create` (String)
- `default` (String)
- `delete` (String)
- `read` (String)
- `update` (String)

## Import
Expand Down
1 change: 1 addition & 0 deletions docs/resources/billing_group.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ Optional:
- `create` (String)
- `default` (String)
- `delete` (String)
- `read` (String)
- `update` (String)

## Import
Expand Down
1 change: 1 addition & 0 deletions docs/resources/cassandra.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,7 @@ Optional:
- `create` (String)
- `default` (String)
- `delete` (String)
- `read` (String)
- `update` (String)


Expand Down
1 change: 1 addition & 0 deletions docs/resources/cassandra_user.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ Optional:
- `create` (String)
- `default` (String)
- `delete` (String)
- `read` (String)
- `update` (String)


1 change: 1 addition & 0 deletions docs/resources/clickhouse.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ Optional:
- `create` (String)
- `default` (String)
- `delete` (String)
- `read` (String)
- `update` (String)


Expand Down
1 change: 1 addition & 0 deletions docs/resources/clickhouse_database.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ Optional:
- `create` (String)
- `default` (String)
- `delete` (String)
- `read` (String)
- `update` (String)

## Import
Expand Down
1 change: 1 addition & 0 deletions docs/resources/clickhouse_grant.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@ Optional:
- `create` (String)
- `default` (String)
- `delete` (String)
- `read` (String)
- `update` (String)


1 change: 1 addition & 0 deletions docs/resources/clickhouse_role.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ Optional:
- `create` (String)
- `default` (String)
- `delete` (String)
- `read` (String)
- `update` (String)

## Import
Expand Down
1 change: 1 addition & 0 deletions docs/resources/clickhouse_user.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ Optional:
- `create` (String)
- `default` (String)
- `delete` (String)
- `read` (String)
- `update` (String)

## Import
Expand Down
1 change: 1 addition & 0 deletions docs/resources/connection_pool.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ Optional:
- `create` (String)
- `default` (String)
- `delete` (String)
- `read` (String)
- `update` (String)

## Import
Expand Down
1 change: 1 addition & 0 deletions docs/resources/database.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ Optional:
- `create` (String)
- `default` (String)
- `delete` (String)
- `read` (String)
- `update` (String)

## Import
Expand Down
1 change: 1 addition & 0 deletions docs/resources/flink.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@ Optional:
- `create` (String)
- `default` (String)
- `delete` (String)
- `read` (String)
- `update` (String)


Expand Down
1 change: 1 addition & 0 deletions docs/resources/flink_application.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ Optional:
- `create` (String)
- `default` (String)
- `delete` (String)
- `read` (String)
- `update` (String)

## Import
Expand Down
1 change: 1 addition & 0 deletions docs/resources/flink_application_version.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ Optional:
- `create` (String)
- `default` (String)
- `delete` (String)
- `read` (String)
- `update` (String)

## Import
Expand Down
1 change: 1 addition & 0 deletions docs/resources/flink_job.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ Optional:
- `create` (String)
- `default` (String)
- `delete` (String)
- `read` (String)
- `update` (String)


1 change: 1 addition & 0 deletions docs/resources/flink_table.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ Optional:
- `create` (String)
- `default` (String)
- `delete` (String)
- `read` (String)
- `update` (String)


Expand Down
1 change: 1 addition & 0 deletions docs/resources/gcp_vpc_peering_connection.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ Optional:
- `create` (String)
- `default` (String)
- `delete` (String)
- `read` (String)
- `update` (String)

## Import
Expand Down
1 change: 1 addition & 0 deletions docs/resources/grafana.md
Original file line number Diff line number Diff line change
Expand Up @@ -285,6 +285,7 @@ Optional:
- `create` (String)
- `default` (String)
- `delete` (String)
- `read` (String)
- `update` (String)


Expand Down
1 change: 1 addition & 0 deletions docs/resources/influxdb.md
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,7 @@ Optional:
- `create` (String)
- `default` (String)
- `delete` (String)
- `read` (String)
- `update` (String)


Expand Down
1 change: 1 addition & 0 deletions docs/resources/influxdb_database.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ Optional:
- `create` (String)
- `default` (String)
- `delete` (String)
- `read` (String)
- `update` (String)


1 change: 1 addition & 0 deletions docs/resources/influxdb_user.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ Optional:
- `create` (String)
- `default` (String)
- `delete` (String)
- `read` (String)
- `update` (String)


1 change: 1 addition & 0 deletions docs/resources/kafka.md
Original file line number Diff line number Diff line change
Expand Up @@ -283,6 +283,7 @@ Optional:
- `create` (String)
- `default` (String)
- `delete` (String)
- `read` (String)
- `update` (String)


Expand Down
1 change: 1 addition & 0 deletions docs/resources/kafka_acl.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ Optional:
- `create` (String)
- `default` (String)
- `delete` (String)
- `read` (String)
- `update` (String)

## Import
Expand Down
1 change: 1 addition & 0 deletions docs/resources/kafka_connect.md
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,7 @@ Optional:
- `create` (String)
- `default` (String)
- `delete` (String)
- `read` (String)
- `update` (String)


Expand Down
1 change: 1 addition & 0 deletions docs/resources/kafka_connector.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ Optional:
- `create` (String)
- `default` (String)
- `delete` (String)
- `read` (String)
- `update` (String)


Expand Down
1 change: 1 addition & 0 deletions docs/resources/kafka_mirrormaker.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ Optional:
- `create` (String)
- `default` (String)
- `delete` (String)
- `read` (String)
- `update` (String)


Expand Down
1 change: 1 addition & 0 deletions docs/resources/kafka_schema.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ Optional:
- `create` (String)
- `default` (String)
- `delete` (String)
- `read` (String)
- `update` (String)

## Import
Expand Down
1 change: 1 addition & 0 deletions docs/resources/kafka_schema_configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ Optional:
- `create` (String)
- `default` (String)
- `delete` (String)
- `read` (String)
- `update` (String)

## Import
Expand Down
1 change: 1 addition & 0 deletions docs/resources/kafka_schema_registry_acl.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ Optional:
- `create` (String)
- `default` (String)
- `delete` (String)
- `read` (String)
- `update` (String)


1 change: 1 addition & 0 deletions docs/resources/kafka_topic.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ Optional:
- `create` (String)
- `default` (String)
- `delete` (String)
- `read` (String)
- `update` (String)

## Import
Expand Down
1 change: 1 addition & 0 deletions docs/resources/kafka_user.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ Optional:
- `create` (String)
- `default` (String)
- `delete` (String)
- `read` (String)
- `update` (String)


1 change: 1 addition & 0 deletions docs/resources/m3aggregator.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ Optional:
- `create` (String)
- `default` (String)
- `delete` (String)
- `read` (String)
- `update` (String)


Expand Down
1 change: 1 addition & 0 deletions docs/resources/m3db.md
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +232,7 @@ Optional:
- `create` (String)
- `default` (String)
- `delete` (String)
- `read` (String)
- `update` (String)


Expand Down
1 change: 1 addition & 0 deletions docs/resources/m3db_user.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ Optional:
- `create` (String)
- `default` (String)
- `delete` (String)
- `read` (String)
- `update` (String)


1 change: 1 addition & 0 deletions docs/resources/mirrormaker_replication_flow.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ Optional:
- `create` (String)
- `default` (String)
- `delete` (String)
- `read` (String)
- `update` (String)

## Import
Expand Down
1 change: 1 addition & 0 deletions docs/resources/mysql.md
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,7 @@ Optional:
- `create` (String)
- `default` (String)
- `delete` (String)
- `read` (String)
- `update` (String)


Expand Down
1 change: 1 addition & 0 deletions docs/resources/mysql_database.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ Optional:
- `create` (String)
- `default` (String)
- `delete` (String)
- `read` (String)
- `update` (String)

## Import
Expand Down
1 change: 1 addition & 0 deletions docs/resources/mysql_user.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ Optional:
- `create` (String)
- `default` (String)
- `delete` (String)
- `read` (String)
- `update` (String)


1 change: 1 addition & 0 deletions docs/resources/opensearch.md
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +237,7 @@ Optional:
- `create` (String)
- `default` (String)
- `delete` (String)
- `read` (String)
- `update` (String)


Expand Down
Loading

0 comments on commit 8195b66

Please sign in to comment.