4.4.1
This commit is contained in:
@@ -34,6 +34,7 @@ package pfw
|
||||
|
||||
import (
|
||||
"context"
|
||||
"fmt"
|
||||
"strconv"
|
||||
"strings"
|
||||
|
||||
@@ -65,5 +66,5 @@ func utilityPfwCheckPresence(ctx context.Context, d *schema.ResourceData, m inte
|
||||
}
|
||||
}
|
||||
|
||||
return nil, nil
|
||||
return nil, fmt.Errorf("PFW not found")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user