provider/aws: Fixing a merge conflict issue in validators.go
This commit is contained in:
parent
be56c7d2f6
commit
c8a2d40c82
|
@ -863,6 +863,9 @@ func validateDmsReplicationTaskId(v interface{}, k string) (ws []string, es []er
|
|||
es = append(es, fmt.Errorf("%q must not end in a hyphen", k))
|
||||
}
|
||||
|
||||
return
|
||||
}
|
||||
|
||||
func validateAppautoscalingScalableDimension(v interface{}, k string) (ws []string, errors []error) {
|
||||
value := v.(string)
|
||||
dimensions := map[string]bool{
|
||||
|
|
Loading…
Reference in New Issue