mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-20 11:48:24 -06:00
provider/heroku: Output IDs on failure
This commit is contained in:
parent
3d4f1ba4f3
commit
02bb1e6907
@ -77,7 +77,7 @@ func testAccCheckHerokuPipelineCouplingExists(n string, pipeline *heroku.Pipelin
|
||||
}
|
||||
|
||||
if foundPipelineCoupling.ID != rs.Primary.ID {
|
||||
return fmt.Errorf("PipelineCoupling not found")
|
||||
return fmt.Errorf("PipelineCoupling not found: %s != %s", foundPipelineCoupling.ID, rs.Primary.ID)
|
||||
}
|
||||
|
||||
*pipeline = *foundPipelineCoupling
|
||||
|
Loading…
Reference in New Issue
Block a user