From 4c5a08cae71386ffb34d89bb83b87ff7ebfa1bd3 Mon Sep 17 00:00:00 2001 From: Jake Champlin Date: Mon, 23 Jan 2017 18:28:16 -0500 Subject: [PATCH] fix fat-fingered change in test --- 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 b6ad634d6..0223ff68d 100644 --- a/builtin/providers/aws/resource_aws_db_instance_test.go +++ b/builtin/providers/aws/resource_aws_db_instance_test.go @@ -1106,7 +1106,7 @@ resource "aws_db_instance" "mssql" { username = "somecrazyusername" password = "somecrazypassword" engine = "sqlserver-ex" - backup_retention_period = + backup_retention_period = 0 #publicly_accessible = true