mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
provider/aws: aws_ecs_service should output service name along with error (#12072)
This commit is contained in:
parent
fb016577a8
commit
70f1113918
@ -240,7 +240,7 @@ func resourceAwsEcsServiceCreate(d *schema.ResourceData, meta interface{}) error
|
||||
return nil
|
||||
})
|
||||
if err != nil {
|
||||
return err
|
||||
return fmt.Errorf("%s %q", err, d.Get("name").(string))
|
||||
}
|
||||
|
||||
service := *out.Service
|
||||
|
Loading…
Reference in New Issue
Block a user