Skip to content

Commit 0fe851e

Browse files
committed
backport of commit 8e640ae
1 parent 1e8483b commit 0fe851e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/configs/configschema/validate_traversal.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import (
1717
// diagnostics if any problems are found.
1818
//
1919
// 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
20+
// problems that cannot be detected statically. It is possible that a
2121
// traversal which passed static validation will still fail when evaluated.
2222
func (b *Block) StaticValidateTraversal(traversal hcl.Traversal) tfdiags.Diagnostics {
2323
if !traversal.IsRelative() {

0 commit comments

Comments
 (0)