provider/aws: Missing skip_final_snapshot on opsworks rds db instance (#12171)

This commit is contained in:
Paul Stack 2017-02-22 20:58:33 +02:00 committed by GitHub
parent 8c9bfb7bfe
commit f5a515ed68
1 changed files with 2 additions and 0 deletions

View File

@ -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))
}