From dc164c454e9dd9eab7b74ecf582a2e232ad9dc7d Mon Sep 17 00:00:00 2001 From: Clint Shryock Date: Wed, 13 May 2015 16:53:12 -0500 Subject: [PATCH] remove default here --- builtin/providers/aws/resource_aws_db_instance.go | 1 - 1 file changed, 1 deletion(-) diff --git a/builtin/providers/aws/resource_aws_db_instance.go b/builtin/providers/aws/resource_aws_db_instance.go index 5f865a72a..1372fcb05 100644 --- a/builtin/providers/aws/resource_aws_db_instance.go +++ b/builtin/providers/aws/resource_aws_db_instance.go @@ -91,7 +91,6 @@ func resourceAwsDbInstance() *schema.Resource { Type: schema.TypeInt, Optional: true, Computed: true, - Default: 1, }, "backup_window": &schema.Schema{