Skip to content

Commit 88e4c9e

Browse files
authored
Update inaccurate comment (#37789)
1 parent efb2a1c commit 88e4c9e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

internal/configs/state_store.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,8 @@ func resolveStateStoreProviderType(requiredProviders map[string]*RequiredProvide
136136
// 2) the portions of the config that conform to the provider schema.
137137
// 3) the state store type
138138
// 4) the provider source
139-
// 5) the provider version
139+
// 5) the provider name
140+
// 6) the provider version
140141
//
141142
// If the config does not conform to the schema then the result is not
142143
// meaningful for comparison since it will be based on an incomplete result.

0 commit comments

Comments
 (0)