providers/aws: fix syntax error

This commit is contained in:
Mitchell Hashimoto 2014-07-09 09:51:52 -07:00
parent 96e09440d4
commit d111a4c05d
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ func init() {
},
Optional: []string{
"route.*.gateway_id",
}
},
},
Create: resource_aws_route_table_create,
Destroy: resource_aws_route_table_destroy,