mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
provider/fastly: Change error text on findService
This commit is contained in:
parent
70d9fe8db3
commit
59ff858c16
@ -1519,7 +1519,7 @@ func findService(id string, meta interface{}) (*gofastly.Service, error) {
|
||||
|
||||
l, err := conn.ListServices(&gofastly.ListServicesInput{})
|
||||
if err != nil {
|
||||
return nil, fmt.Errorf("[WARN] Error listing services when deleting Fastly Service (%s): %s", id, err)
|
||||
return nil, fmt.Errorf("[WARN] Error listing services (%s): %s", id, err)
|
||||
}
|
||||
|
||||
for _, s := range l {
|
||||
|
Loading…
Reference in New Issue
Block a user