Skip to content

Commit

Permalink
aws_db_instance: Add mixed-case engine test to ensure StateFunc works.
Browse files Browse the repository at this point in the history
  • Loading branch information
ctiwald committed Jul 24, 2015
1 parent dfe0efa commit 4f085ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion builtin/providers/aws/resource_aws_db_instance_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 4f085ba

Please sign in to comment.