mirror of
https://github.com/opentffoundation/opentf.git
synced 2025-12-25 01:00:16 -05:00
Refactor the provider installer loop (#2695)
Signed-off-by: Christian Mesh <christianmesh1@gmail.com>
This commit is contained in:
@@ -181,9 +181,9 @@ func installerLogEventsForTests(into chan<- *testInstallerEventLogItem) *Install
|
||||
}{version.String(), localHashes, signedHashes, priorHashes},
|
||||
}
|
||||
},
|
||||
ProvidersFetched: func(authResults map[addrs.Provider]*getproviders.PackageAuthenticationResult) {
|
||||
ProvidersAuthenticated: func(authResults map[addrs.Provider]*getproviders.PackageAuthenticationResult) {
|
||||
into <- &testInstallerEventLogItem{
|
||||
Event: "ProvidersFetched",
|
||||
Event: "ProvidersAuthenticated",
|
||||
Args: authResults,
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user