mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-15 10:03:44 -06:00
provider/aws: Fix DB Option group test by skipping backup
This commit is contained in:
parent
d83ecf9e72
commit
f521b15311
@ -317,6 +317,7 @@ resource "aws_db_instance" "bar" {
|
||||
maintenance_window = "Fri:09:00-Fri:09:30"
|
||||
|
||||
backup_retention_period = 0
|
||||
skip_final_snapshot = true
|
||||
|
||||
option_group_name = "${aws_db_option_group.bar.name}"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user