Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
provider/aws: fix panic when route has no cidr_block
While cidr_block is required for static route creation, there are apparently cases (involving some combination of VPNs, Customer Gateways, and automatic route propogation) where the cidr_block can come back nil. This means we cannot assume it's there in the set hash calculation.
- Loading branch information