aws_db_instance: Add mixed-case engine test to ensure StateFunc works.

This commit is contained in:
Christopher Tiwald 2015-07-16 01:39:23 -04:00
parent dfe0efaf17
commit 4f085ba550
1 changed files with 1 additions and 1 deletions

View File

@ -176,7 +176,7 @@ resource "aws_db_instance" "bar" {
identifier = "foobarbaz-test-terraform-%d"
allocated_storage = 10
engine = "mysql"
engine = "MySQL"
engine_version = "5.6.21"
instance_class = "db.t1.micro"
name = "baz"