providers/aws: fix syntax error
This commit is contained in:
parent
96e09440d4
commit
d111a4c05d
|
@ -49,7 +49,7 @@ func init() {
|
||||||
},
|
},
|
||||||
Optional: []string{
|
Optional: []string{
|
||||||
"route.*.gateway_id",
|
"route.*.gateway_id",
|
||||||
}
|
},
|
||||||
},
|
},
|
||||||
Create: resource_aws_route_table_create,
|
Create: resource_aws_route_table_create,
|
||||||
Destroy: resource_aws_route_table_destroy,
|
Destroy: resource_aws_route_table_destroy,
|
||||||
|
|
Loading…
Reference in New Issue