Merge pull request #16294 from doertedev/master

Aliasing the module to omit errors thrown at build time
This commit is contained in:
James Bardin 2017-10-09 21:27:48 -04:00 committed by GitHub
commit 935890ec64
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ import (
"strings"
"sync"
"github.com/hashicorp/go-getter"
getter "github.com/hashicorp/go-getter"
"github.com/hashicorp/terraform/config"
)