Extract TF_PROVIDER_DOWNLOAD_RETRY env var from the getproviders package (#3338)

Signed-off-by: Andrei Ciobanu <andrei.ciobanu@opentofu.org>
This commit is contained in:
Andrei Ciobanu
2025-10-13 10:00:19 +03:00
committed by GitHub
parent 414094a201
commit ca3c9f7388
17 changed files with 347 additions and 96 deletions

View File

@@ -122,6 +122,8 @@ func initCommands(
UnmanagedProviders: unmanagedProviders,
AllowExperimentalFeatures: experimentsAreAllowed(),
ProviderSourceLocationConfig: providerSourceLocationConfig(),
}
// The command list is included in the tofu -help
@@ -362,9 +364,9 @@ func initCommands(
}, nil
},
//-----------------------------------------------------------
// -----------------------------------------------------------
// Plumbing
//-----------------------------------------------------------
// -----------------------------------------------------------
"force-unlock": func() (cli.Command, error) {
return &command.UnlockCommand{