builder/digitalocean: remove unused things
This commit is contained in:
parent
d9c48e82fb
commit
486c7e4ae6
|
@ -12,7 +12,6 @@ import (
|
|||
"github.com/mitchellh/packer/helper/config"
|
||||
"github.com/mitchellh/packer/packer"
|
||||
"github.com/mitchellh/packer/template/interpolate"
|
||||
//"github.com/digitalocean/godo"
|
||||
)
|
||||
|
||||
type Config struct {
|
||||
|
@ -20,8 +19,6 @@ type Config struct {
|
|||
|
||||
APIToken string `mapstructure:"api_token"`
|
||||
|
||||
// OLD STUFF
|
||||
|
||||
Region string `mapstructure:"region"`
|
||||
Size string `mapstructure:"size"`
|
||||
Image string `mapstructure:"image"`
|
||||
|
|
Loading…
Reference in New Issue