Skip to content

Commit

Permalink
Fix spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchelldavis44 committed Nov 9, 2017
1 parent e2b42de commit c423a24
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions aws/resource_aws_rds_cluster.go
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit c423a24

Please sign in to comment.