mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
provider/aws: Fix RDS DB snapshot data source acc test (#14610)
This commit is contained in:
parent
57489bb17f
commit
02cacceee4
@ -49,7 +49,7 @@ resource "aws_db_instance" "bar" {
|
||||
name = "baz"
|
||||
password = "barbarbarbar"
|
||||
username = "foo"
|
||||
|
||||
skip_final_snapshot = true
|
||||
|
||||
# Maintenance Window is stored in lower case in the API, though not strictly
|
||||
# documented. Terraform will downcase this to match (as opposed to throw a
|
||||
|
Loading…
Reference in New Issue
Block a user