From b6738f13c1844b04467bb829622671af156cf948 Mon Sep 17 00:00:00 2001 From: Brandon Rochon Date: Thu, 12 Nov 2015 13:33:27 -0800 Subject: [PATCH] Issue #3894 RDS publicly_accessible param shouldn't force new resource Change-Id: I833f9e07f3fc1f6ee475673ad978b3982f0b6273 --- 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 d00dce597..4f0a27f8a 100644 --- a/builtin/providers/aws/resource_aws_db_instance.go +++ b/builtin/providers/aws/resource_aws_db_instance.go @@ -146,7 +146,6 @@ func resourceAwsDbInstance() *schema.Resource { "publicly_accessible": &schema.Schema{ Type: schema.TypeBool, Optional: true, - ForceNew: true, }, "vpc_security_group_ids": &schema.Schema{