This change belongs in a branch

This commit is contained in:
Otto Jongerius 2015-01-02 19:08:33 +11:00
parent 639e0c72b4
commit 9bdb2fb2d1
1 changed files with 0 additions and 4 deletions

View File

@ -116,10 +116,6 @@ func resourceAwsRouteTableRead(d *schema.ResourceData, meta interface{}) error {
continue
}
if r.Origin == "EnableVgwRoutePropagation" {
continue
}
m := make(map[string]interface{})
m["cidr_block"] = r.DestinationCidrBlock