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
// ValidNoTrailingNewline returns a Validator that checks if the input string has no trailing newline
318
+
// character ("\n" or "\r\n"). If a trailing newline is present, a diagnostic error will be appended.
319
+
funcValidNoTrailingNewline() *Validator {
320
+
description:=`The value must not have a trailing newline character ("\n" or "\r\n"). You can remove a trailing newline by using Terraform's built-in chomp() function.`
0 commit comments