provider/aws: go vet issue with aws_vpn_gateway_route_propagation

This commit is contained in:
stack72 2017-06-09 14:12:18 +03:00
parent 1aff439c3d
commit c7d6dfd7e7
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@ func resourceAwsVpnGatewayRoutePropagationRead(d *schema.ResourceData, meta inte
return err
}
if rtRaw == nil {
log.Printf("[INFO] Route table %d doesn't exist, so dropping %s route propagation from state", rtID, gwID)
log.Printf("[INFO] Route table %q doesn't exist, so dropping %q route propagation from state", rtID, gwID)
d.SetId("")
return nil
}