Merge pull request #16294 from doertedev/master
Aliasing the module to omit errors thrown at build time
This commit is contained in:
commit
935890ec64
|
@ -12,7 +12,7 @@ import (
|
|||
"strings"
|
||||
"sync"
|
||||
|
||||
"github.com/hashicorp/go-getter"
|
||||
getter "github.com/hashicorp/go-getter"
|
||||
"github.com/hashicorp/terraform/config"
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in New Issue