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 7b715ac commit cf4274aCopy full SHA for cf4274a
internal/init/init.go
@@ -103,7 +103,7 @@ func loadAllModules(moduleSources []string) (map[string]moduleconfig.ModuleConfi
103
104
// promptAllModules takes a map of all the modules and prompts the user for values for all the parameters
105
func promptAllModules(modules map[string]moduleconfig.ModuleConfig, projectCredentials globalconfig.ProjectCredential) map[string]string {
106
- parameterValues := make(map[string]string)
+ parameterValues := map[string]string{"projectName": projectCredentials.ProjectName}
107
for _, config := range modules {
108
var err error
109
0 commit comments