From c423a24675eb138254601bf086d59fff324dec1e Mon Sep 17 00:00:00 2001 From: Mitch Davis Date: Thu, 9 Nov 2017 13:35:09 -0600 Subject: [PATCH] Fix spacing --- aws/resource_aws_rds_cluster.go | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/aws/resource_aws_rds_cluster.go b/aws/resource_aws_rds_cluster.go index d893e6105889..26c632b6b284 100644 --- a/aws/resource_aws_rds_cluster.go +++ b/aws/resource_aws_rds_cluster.go @@ -233,10 +233,10 @@ func resourceAwsRDSCluster() *schema.Resource { }, "source_region": { - Type: schema.TypeString, - Optional: true, - ForceNew: true, - ConflictsWith: []string{"snapshot_identifier"}, + Type: schema.TypeString, + Optional: true, + ForceNew: true, + ConflictsWith: []string{"snapshot_identifier"}, }, "iam_roles": {