From 8aa578425b2bea3ef17fbc17cfde962d29e8c9a2 Mon Sep 17 00:00:00 2001 From: Masayuki Morita Date: Wed, 12 Jul 2017 00:10:54 +0900 Subject: [PATCH] r/aws_redshift_cluster: Trigger ForceNew aws_redshift_cluster on encrypted change Fixes #1119 --- aws/resource_aws_redshift_cluster.go | 1 + 1 file changed, 1 insertion(+) diff --git a/aws/resource_aws_redshift_cluster.go b/aws/resource_aws_redshift_cluster.go index 9ab4675c3ca..e80ac0a3ee5 100644 --- a/aws/resource_aws_redshift_cluster.go +++ b/aws/resource_aws_redshift_cluster.go @@ -158,6 +158,7 @@ func resourceAwsRedshiftCluster() *schema.Resource { Type: schema.TypeBool, Optional: true, Computed: true, + ForceNew: true, }, "enhanced_vpc_routing": {