provider/aws: Missing skip_final_snapshot on opsworks rds db instance (#12171)
This commit is contained in:
parent
8c9bfb7bfe
commit
f5a515ed68
|
@ -183,6 +183,8 @@ resource "aws_db_instance" "foo" {
|
|||
password = "foofoofoofoo"
|
||||
username = "foo"
|
||||
parameter_group_name = "default.mysql5.6"
|
||||
|
||||
skip_final_snapshot = true
|
||||
}
|
||||
`, testAccAwsOpsworksStackConfigVpcCreate(name))
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue