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{
|
ConfigValidator: &config.Validator{
|
||||||
Required: []string{
|
Required: []string{
|
||||||
"vpc_id",
|
"vpc_id",
|
||||||
"route.*.cidr_block",
|
|
||||||
},
|
},
|
||||||
Optional: []string{
|
Optional: []string{
|
||||||
|
"route.*.cidr_block",
|
||||||
"route.*.gateway_id",
|
"route.*.gateway_id",
|
||||||
"route.*.instance_id",
|
"route.*.instance_id",
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue