provider/aws: Fixing a merge conflict issue in validators.go

This commit is contained in:
stack72 2017-02-02 10:30:41 +00:00
parent be56c7d2f6
commit c8a2d40c82
No known key found for this signature in database
GPG Key ID: 8619A619B085CB16
1 changed files with 3 additions and 0 deletions

View File

@ -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{