Skip to content

Commit

Permalink
make the exoscale plugin an implicit import
Browse files Browse the repository at this point in the history
  • Loading branch information
azr committed Nov 3, 2021
1 parent 948ef1f commit c391c7f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -338,6 +338,7 @@ func loadConfig() (*config, error) {

// "docker": "github.com/hashicorp/docker",

"exoscale": "github.com/exoscale/exoscale",
// "googlecompute": "github.com/hashicorp/googlecompute",

// "parallels-iso": "github.com/hashicorp/parallels",
Expand Down Expand Up @@ -377,6 +378,7 @@ func loadConfig() (*config, error) {
// "googlecompute-export": "github.com/hashicorp/googlecompute",
// "googlecompute-import": "github.com/hashicorp/googlecompute",

"exoscale-import": "github.com/exoscale/exoscale",
// "vagrant": "github.com/hashicorp/vagrant",
// "vagrant-cloud": "github.com/hashicorp/vagrant",

Expand Down

0 comments on commit c391c7f

Please sign in to comment.