Merge pull request #14972 from mioi/fix_misleading_error_in_aws_route_20170531

provider/aws: Fix misleading error in aws_route validation
This commit is contained in:
Jake Champlin 2017-05-31 16:16:14 -04:00 committed by GitHub
commit c62f5af65d
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ import (
// How long to sleep if a limit-exceeded event happens
var routeTargetValidationError = errors.New("Error: more than 1 target specified. Only 1 of gateway_id, " +
"egress_only_gateway_id, nat_gateway_id, instance_id, network_interface_id, route_table_id or " +
"egress_only_gateway_id, nat_gateway_id, instance_id, network_interface_id or " +
"vpc_peering_connection_id is allowed.")
// AWS Route resource Schema declaration