providers/aws: create routes

This commit is contained in:
Mitchell Hashimoto 2014-07-09 18:41:00 -07:00
parent e8494826e9
commit a98bcf5b06
1 changed files with 3 additions and 0 deletions

View File

@ -207,6 +207,9 @@ func routeTableOps(a interface{}, b interface{}) []routeTableOp {
if i == 1 {
result = newRoutes
}
if raws == nil {
continue
}
for _, raw := range raws.([]interface{}) {
m := raw.(map[string]interface{})