diff --git a/builder/amazon/common/ami_config.go b/builder/amazon/common/ami_config.go index 44e72d5e5..21438a50b 100644 --- a/builder/amazon/common/ami_config.go +++ b/builder/amazon/common/ami_config.go @@ -3,7 +3,7 @@ package common import ( "fmt" "regexp" - + "github.com/hashicorp/packer/template/interpolate" ) diff --git a/builder/amazon/common/ami_config_test.go b/builder/amazon/common/ami_config_test.go index 07a118f48..efc3584cc 100644 --- a/builder/amazon/common/ami_config_test.go +++ b/builder/amazon/common/ami_config_test.go @@ -96,4 +96,4 @@ func TestAMINameValidation(t *testing.T) { if err := c.Prepare(nil); err == nil { t.Fatal("shouldn't be able to have an ami name with invalid characters") } -} \ No newline at end of file +}