From 4f085ba550fcebaf5c57ca6cf1deab27351eea70 Mon Sep 17 00:00:00 2001 From: Christopher Tiwald Date: Thu, 16 Jul 2015 01:39:23 -0400 Subject: [PATCH] aws_db_instance: Add mixed-case engine test to ensure StateFunc works. --- builtin/providers/aws/resource_aws_db_instance_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/builtin/providers/aws/resource_aws_db_instance_test.go b/builtin/providers/aws/resource_aws_db_instance_test.go index ef1931b03..b60a01da9 100644 --- a/builtin/providers/aws/resource_aws_db_instance_test.go +++ b/builtin/providers/aws/resource_aws_db_instance_test.go @@ -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"