Skip to content

Commit 218cb61

Browse files
committed
add comments to import kind enums
1 parent d26db9f commit 218cb61

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

helper/resource/testing.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -457,8 +457,11 @@ type ExternalProvider struct {
457457
type ImportStateKind byte
458458

459459
const (
460+
// ImportCommandWithId imports the state using the import command
460461
ImportCommandWithId ImportStateKind = iota
462+
// ImportBlockWithId imports the state using an import block with an ID
461463
ImportBlockWithId
464+
// ImportBlockWithResourceIdentity imports the state using an import block with a resource identity
462465
ImportBlockWithResourceIdentity
463466
)
464467

0 commit comments

Comments
 (0)