File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed
Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -3,11 +3,12 @@ package aquasec
33import (
44 "encoding/json"
55 "fmt"
6+ os "os"
7+ "strings"
8+
69 "github.com/aquasecurity/terraform-provider-aquasec/client"
710 "github.com/aquasecurity/terraform-provider-aquasec/consts"
811 "github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema"
9- os "os"
10- "strings"
1112)
1213
1314func convertStringArr (ifaceArr []interface {}) []string {
@@ -242,8 +243,6 @@ func isResourceExist(response string) bool {
242243 }
243244}
244245
245-
246-
247246func validateSaasResourceWarning (legacyResource , newResource string ) schema.SchemaValidateFunc {
248247 return func (val interface {}, key string ) ([]string , []error ) {
249248 if isSaasEnv () {
@@ -256,4 +255,4 @@ func validateSaasResourceWarning(legacyResource, newResource string) schema.Sche
256255 }
257256 return nil , nil
258257 }
259- }
258+ }
You can’t perform that action at this time.
0 commit comments