From 0e93a964b22dc362ef6a3f2fa692bac5129b371f Mon Sep 17 00:00:00 2001 From: Anshul Sharma Date: Tue, 13 Sep 2016 07:39:15 +0530 Subject: [PATCH] Changing snapshot_identifier on aws_db_instance resource should force a rebuild --- builtin/providers/aws/resource_aws_db_instance.go | 1 + 1 file changed, 1 insertion(+) diff --git a/builtin/providers/aws/resource_aws_db_instance.go b/builtin/providers/aws/resource_aws_db_instance.go index f94f999d6..6f1606f56 100644 --- a/builtin/providers/aws/resource_aws_db_instance.go +++ b/builtin/providers/aws/resource_aws_db_instance.go @@ -265,6 +265,7 @@ func resourceAwsDbInstance() *schema.Resource { Type: schema.TypeString, Computed: false, Optional: true, + ForceNew: true, Elem: &schema.Schema{Type: schema.TypeString}, },