Skip to content

Commit 7847b70

Browse files
bbasataaustinvalle
andauthored
Update helper/resource/testing.go
Co-authored-by: Austin Valle <[email protected]>
1 parent dd2d50b commit 7847b70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

helper/resource/testing.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -472,7 +472,7 @@ func (kind ImportStateKind) plannable() bool {
472472
return kind == ImportBlockWithID || kind == ImportBlockWithResourceIdentity
473473
}
474474

475-
// resourceIdentity reports whether this this kind indicates the use of resource identity in import blocks
475+
// resourceIdentity reports whether this kind indicates the use of resource identity in import blocks
476476
func (kind ImportStateKind) resourceIdentity() bool {
477477
return kind == ImportBlockWithResourceIdentity
478478
}

0 commit comments

Comments
 (0)