mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
provider/aws: Fix aws_db_option_group
option_settings
test for
correct hash value
This commit is contained in:
parent
87d4fd7e0c
commit
420b24fa90
@ -49,7 +49,7 @@ func TestAccAWSDBOptionGroup_OptionSettings(t *testing.T) {
|
||||
resource.TestCheckResourceAttr(
|
||||
"aws_db_option_group.bar", "option.#", "1"),
|
||||
resource.TestCheckResourceAttr(
|
||||
"aws_db_option_group.bar", "option.2422743510.option_settings.1350509764.value", "UTC"),
|
||||
"aws_db_option_group.bar", "option.961211605.option_settings.129825347.value", "UTC"),
|
||||
),
|
||||
},
|
||||
resource.TestStep{
|
||||
|
Loading…
Reference in New Issue
Block a user