diff --git a/CHANGELOG.md b/CHANGELOG.md index f91b4526dda..4bfa2b5c506 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -34,6 +34,7 @@ BUG FIXES: * resource/aws_dynamodb_table: Retry deletion on ResourceInUseException [GH-3355] * resource/aws_dx_lag: `number_of_connections` deprecated (made Optional). Omitting field may now prevent spurious diffs. [GH-3367] * resource/aws_elasticsearch_domain: Retry creation on `ValidationException` [GH-3375] +* resource/aws_iam_user_ssh_key: Correctly set status after creation [GH-3390] * resource/aws_kinesis_firehose_delivery_stream: Retry on additional IAM eventual consistency errors [GH-3381] * resource/aws_s3_bucket: Prevent crashes on location and replication read retry timeouts [GH-3338] * resource/aws_sqs_queue: Skip SQS ListQueueTags in aws-us-gov partition [GH-3376]