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 efb2a1c commit 88e4c9eCopy full SHA for 88e4c9e
internal/configs/state_store.go
@@ -136,7 +136,8 @@ func resolveStateStoreProviderType(requiredProviders map[string]*RequiredProvide
136
// 2) the portions of the config that conform to the provider schema.
137
// 3) the state store type
138
// 4) the provider source
139
-// 5) the provider version
+// 5) the provider name
140
+// 6) the provider version
141
//
142
// If the config does not conform to the schema then the result is not
143
// meaningful for comparison since it will be based on an incomplete result.
0 commit comments