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 a36cde2 commit 3b822d6Copy full SHA for 3b822d6
helper/resource/testing.go
@@ -471,10 +471,6 @@ func (kind ImportStateKind) plannable() bool {
471
return kind == ImportBlockWithID || kind == ImportBlockWithResourceIdentity
472
}
473
474
-func (kind ImportStateKind) resourceIdentity() bool {
475
- return kind == ImportBlockWithResourceIdentity
476
-}
477
-
478
func (kind ImportStateKind) String() string {
479
return map[ImportStateKind]string{
480
ImportCommandWithID: "ImportCommandWithID",
0 commit comments