Aliasing the module to omit errors thrown at build time

Signed-off-by: Stefan Staudenmeyer <stefan.staudenmeyer@instana.com>
This commit is contained in:
Stefan Staudenmeyer 2017-10-09 16:44:58 +02:00
parent 7916268d7f
commit 14792035cf
1 changed files with 1 additions and 1 deletions

View File

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