We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd2d50b commit 7847b70Copy full SHA for 7847b70
helper/resource/testing.go
@@ -472,7 +472,7 @@ func (kind ImportStateKind) plannable() bool {
472
return kind == ImportBlockWithID || kind == ImportBlockWithResourceIdentity
473
}
474
475
-// resourceIdentity reports whether this this kind indicates the use of resource identity in import blocks
+// resourceIdentity reports whether this kind indicates the use of resource identity in import blocks
476
func (kind ImportStateKind) resourceIdentity() bool {
477
return kind == ImportBlockWithResourceIdentity
478
0 commit comments