Skip to content

Commit

Permalink
Merge pull request #14526 from terraform-providers/td-db-instance-dat…
Browse files Browse the repository at this point in the history
…a-source-basic

tech-debt/db_instance: update to an engine without versioning restrictions for enabling cloudwatch logs
  • Loading branch information
anGie44 authored Aug 10, 2020
2 parents d517841 + c3f22e4 commit de60135
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aws/data_source_aws_db_instance_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ resource "aws_db_instance" "bar" {
identifier = "datasource-test-terraform-%d"
allocated_storage = 10
engine = "MySQL"
engine = "mariadb"
instance_class = "db.t2.micro"
name = "baz"
password = "barbarbarbar"
Expand Down

0 comments on commit de60135

Please sign in to comment.