Merge pull request #585 from fdr/routes-optional
Make Routes in RouteTable optional
This commit is contained in:
commit
d7a9b663b4
|
@ -41,9 +41,9 @@ func init() {
|
|||
ConfigValidator: &config.Validator{
|
||||
Required: []string{
|
||||
"vpc_id",
|
||||
"route.*.cidr_block",
|
||||
},
|
||||
Optional: []string{
|
||||
"route.*.cidr_block",
|
||||
"route.*.gateway_id",
|
||||
"route.*.instance_id",
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue