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.
2 parents 150f9ae + a710b03 commit 3590997Copy full SHA for 3590997
main.go
@@ -386,7 +386,7 @@ func installOption(listAll bool, custBinPath *string) {
386
387
// install when tf file is provided
388
func installTFProvidedModule(dir string, custBinPath *string) {
389
- fmt.Printf("Reading required version from terraform file")
+ fmt.Printf("Reading required version from terraform file\n")
390
module, _ := tfconfig.LoadModule(dir)
391
tfconstraint := module.RequiredCore[0] //we skip duplicated definitions and use only first one
392
installFromConstraint(&tfconstraint, custBinPath)
0 commit comments