Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion internal/init/init.go
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ func loadAllModules(moduleSources []string) (map[string]moduleconfig.ModuleConfi

// promptAllModules takes a map of all the modules and prompts the user for values for all the parameters
func promptAllModules(modules map[string]moduleconfig.ModuleConfig, projectCredentials globalconfig.ProjectCredential) map[string]string {
parameterValues := make(map[string]string)
parameterValues := map[string]string{"projectName": projectCredentials.ProjectName}
for _, config := range modules {
var err error

Expand Down