diff --git a/tools/terraform-bundle/package.go b/tools/terraform-bundle/package.go index faf6ea640..096ef5ddf 100644 --- a/tools/terraform-bundle/package.go +++ b/tools/terraform-bundle/package.go @@ -173,7 +173,7 @@ func (c *PackageCommand) Run(args []string) int { if len(foundPlugins) > 0 { plugin := foundPlugins.Newest() - CopyFile(plugin.Path, workDir+"/terraform-provider-"+plugin.Name+"-v"+plugin.Version.MustParse().String()) //put into temp dir + CopyFile(plugin.Path, workDir+"/terraform-provider-"+plugin.Name+"_v"+plugin.Version.MustParse().String()) //put into temp dir } else { //attempt to get from the public registry if not found locally c.ui.Output(fmt.Sprintf("- Checking for provider plugin on %s...", discovery.GetReleaseHost()))