tools/terraform-bundle: Add missing Ui to ProviderInstaller (fix crash)

This commit is contained in:
Radek Simko 2017-08-16 16:37:48 +02:00
parent bb00fd47c0
commit f4c648f649
No known key found for this signature in database
GPG Key ID: 6823F3DCCE01BB19
1 changed files with 1 additions and 0 deletions

View File

@ -91,6 +91,7 @@ func (c *PackageCommand) Run(args []string) int {
OS: osName,
Arch: archName,
Ui: c.ui,
}
for name, constraints := range config.Providers {