You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
returnnil, []error{fmt.Errorf("could not decode %q as a valid base64 value. Please use the terraform base64 functions such as base64encode() or filebase64() to supply a valid base64 string", val)}
273
+
}
274
+
returnnil, nil
275
+
}
276
+
268
277
// StringNotInSlice returns a SchemaValidateFunc which tests if the provided value
269
278
// is of type string and that it matches none of the element in the invalid slice.
0 commit comments