Nebius
@nebius
Packer builder for Nebius Compute that creates a VM from a base image, provisions it over SSH, and publishes a new image.
- Community
Updated last month
- GitHub(opens in new tab)
Nebius
Installation
Add the plugin to your Packer configuration, then run packer init:
packer {
required_plugins {
nebius = {
source = "github.com/nebius/nebius"
version = ">= 0.0.1"
}
}
}
You can also install a local build:
packer plugins install --path packer-plugin-nebius github.com/nebius/nebius
Components
Builders
nebius-image- Builds an image by creating a VM, provisioning it over SSH, and publishing either the boot disk or an attached secondary disk.