provider/aws: Fix RDS DB snapshot data source acc test (#14610)

This commit is contained in:
Radek Simko 2017-05-18 13:52:33 +02:00 committed by GitHub
parent 57489bb17f
commit 02cacceee4

View File

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