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 eb25f2f commit 82372c1Copy full SHA for 82372c1
internal/configs/state_store.go
@@ -124,6 +124,8 @@ func resolveStateStoreProviderType(requiredProviders map[string]*RequiredProvide
124
return tfaddr.Provider{}, diags
125
default:
126
// We've got a required_providers entry to use
127
+ // This code path is used for both re-attached providers
128
+ // providers that are fully managed by Terraform.
129
return addr.Type, nil
130
}
131
0 commit comments