This change belongs in a branch
This commit is contained in:
parent
639e0c72b4
commit
9bdb2fb2d1
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue