Plugins for waypoint that add support for Scaleway. Currently, the only plugin available is container.
deploy {
use "scaleway-container" {
port = 80
namespace_id = "xxxx-xxxx-xxx-xxxx"
region = "fr-par"
}
}API keys are loaded from Scaleway's config default profile and can be overwritten by environment variables.
A list of all options can be found in container's documentation
- Download the zip of the latest version for your architecture.
- Unzip the plugin by running the following command:
unzip waypoint-plugin-scaleway-container_*.zip -d ~/.config/.waypoint/plugins/
Note On macOS, you will have to execute the following command to ignore Apple's developer authenticity verification:
xattr -d com.apple.quarantine ~/.config/.waypoint/plugins/waypoint-plugin-scaleway-container
- Clone the repository on your local machine.
- Run the following command to build and install the plugin:
make all install