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 d26db9f commit 218cb61Copy full SHA for 218cb61
helper/resource/testing.go
@@ -457,8 +457,11 @@ type ExternalProvider struct {
457
type ImportStateKind byte
458
459
const (
460
+ // ImportCommandWithId imports the state using the import command
461
ImportCommandWithId ImportStateKind = iota
462
+ // ImportBlockWithId imports the state using an import block with an ID
463
ImportBlockWithId
464
+ // ImportBlockWithResourceIdentity imports the state using an import block with a resource identity
465
ImportBlockWithResourceIdentity
466
)
467
0 commit comments