mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
aws_db_instance: Add mixed-case engine test to ensure StateFunc works.
This commit is contained in:
parent
dfe0efaf17
commit
4f085ba550
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user