We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e8483b commit 0fe851eCopy full SHA for 0fe851e
internal/configs/configschema/validate_traversal.go
@@ -17,7 +17,7 @@ import (
17
// diagnostics if any problems are found.
18
//
19
// This method is "optimistic" in that it will not return errors for possible
20
-// problems that cannot be detected statically. It is possible that an
+// problems that cannot be detected statically. It is possible that a
21
// traversal which passed static validation will still fail when evaluated.
22
func (b *Block) StaticValidateTraversal(traversal hcl.Traversal) tfdiags.Diagnostics {
23
if !traversal.IsRelative() {
0 commit comments