From 95e2ed1c9ded5278209b4238440988eab9f60959 Mon Sep 17 00:00:00 2001 From: Dirk Avery <31492422+YakDriver@users.noreply.github.com> Date: Fri, 22 Nov 2024 15:48:10 -0500 Subject: [PATCH] Update .changelog/28847.txt Co-authored-by: Kit Ewbank --- .changelog/28847.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.changelog/28847.txt b/.changelog/28847.txt index 8abb33a5c11..ca742122768 100644 --- a/.changelog/28847.txt +++ b/.changelog/28847.txt @@ -1,3 +1,3 @@ ```release-note:bug -resource/aws_db_instance: When changing to gp3 larger than allocated storage threshold, fix bug causing error `InvalidParameterCombination: You must specify both the storage size and iops when modifying the storage size or iops on a DB instance that has iops` +resource/aws_db_instance: When changing a `gp3` volume's `allocated_storage` to a value larger than the [threshold value for `engine`](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_Storage.html#gp3-storage), fix bug causing error `InvalidParameterCombination: You must specify both the storage size and iops when modifying the storage size or iops on a DB instance that has iops` ```