Skip to content

Commit

Permalink
r/aws_redshift_cluster: Trigger ForceNew aws_redshift_cluster on encr…
Browse files Browse the repository at this point in the history
…ypted change (#1120)

Fixes #1119
  • Loading branch information
minamijoyo authored and stack72 committed Jul 11, 2017
1 parent 3f6c80c commit 30496ea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions aws/resource_aws_redshift_cluster.go
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,7 @@ func resourceAwsRedshiftCluster() *schema.Resource {
Type: schema.TypeBool,
Optional: true,
Computed: true,
ForceNew: true,
},

"enhanced_vpc_routing": {
Expand Down

0 comments on commit 30496ea

Please sign in to comment.