Moved 'comment' DSL definition to be alphabetically sorted.

This commit is contained in:
Stephen Chu 2015-05-21 20:02:28 +00:00
parent cfbd546286
commit 69f4acd5ac

View File

@ -29,17 +29,17 @@ func resourceAwsRoute53Zone() *schema.Resource {
ForceNew: true,
},
"comment": &schema.Schema{
Type: schema.TypeString,
Optional: true,
},
"vpc_id": &schema.Schema{
Type: schema.TypeString,
Optional: true,
ForceNew: true,
},
"comment": &schema.Schema{
Type: schema.TypeString,
Optional: true,
},
"vpc_region": &schema.Schema{
Type: schema.TypeString,
Optional: true,