Skip to content

Commit

Permalink
Fix terraform interactive config (#1199)
Browse files Browse the repository at this point in the history
  • Loading branch information
RobiNino authored Jul 14, 2024
1 parent 7fd97d1 commit 2e0de44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/commands/configfile.go
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ func handleInteractiveConfigCreation(configFile *ConfigFile, confType project.Pr
case project.Gradle:
return configFile.configGradle()
case project.Terraform:
return configFile.setResolver(false)
return configFile.setDeployer(false)
}
return
}
Expand Down

0 comments on commit 2e0de44

Please sign in to comment.