mirror of
https://github.com/hashicorp/packer.git
synced 2026-09-22 07:51:39 -04:00
This change will vendor the new version of the exoscale-import post-processor component, but remove all of its code from Packer. After the v1.8.0 release this change should be removed entirely. This vendor process is being used as a workaround for decoupling the exoscale-import component without causing a breaking change in Packer. Users of Exoscale are encouraged to leverage `packer init` for installing the latest version of packer-plugin-exoscale.
4 lines
101 B
Go
4 lines
101 B
Go
// Package api implements low-level primitives for interacting with the
|
|
// Exoscale API.
|
|
package api
|