mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
helper/validation: Fix validation package
That'll teach me to use the GitHub merge conflict resolver :P
This commit is contained in:
parent
6c03958d4b
commit
61971f2dde
@ -159,6 +159,7 @@ func ValidateListUniqueStrings(v interface{}, k string) (ws []string, errors []e
|
||||
}
|
||||
}
|
||||
}
|
||||
return
|
||||
}
|
||||
|
||||
// ValidateRegexp returns a SchemaValidateFunc which tests to make sure the
|
||||
|
Loading…
Reference in New Issue
Block a user