This commit is contained in:
Katy Moe 2021-11-01 19:09:14 +00:00
parent 257c24ff75
commit 8e640ae151
No known key found for this signature in database
GPG Key ID: 8C3780F6DCDDA885
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ import (
// diagnostics if any problems are found.
//
// This method is "optimistic" in that it will not return errors for possible
// problems that cannot be detected statically. It is possible that an
// problems that cannot be detected statically. It is possible that a
// traversal which passed static validation will still fail when evaluated.
func (b *Block) StaticValidateTraversal(traversal hcl.Traversal) tfdiags.Diagnostics {
if !traversal.IsRelative() {