Apply errors don't show the resource/module

I’m using the Terraform CLI and I’m not getting any details about which resource/module each error is for after running “apply”.

Error: InvalidParameterException: The target group with targetGroupArn arn:aws:elasticloadbalancing:us-east-1:XXXXXXXXXX:targetgroup/Web-Target-Group-Alpha/d593d17665429043 does not have an as429043 does not have an associated load balancer. "webapp-Alpha"



Error: Error putting S3 policy: MalformedPolicy: Policy has invalid resource
        status code: 400, request id: 95E04D315019D90E, host id: yIDk5sWRbINXentwf/ldrPwONza+5eXf5/Es4FHf2U/w1dXwdJbHMi4zcrx8EqGq261LfbiOGqU=

This is the command I’m running.

terraform apply -lock=false -var-file=“vars.tfvars”