Documentation ¶
Index ¶
Constants ¶
View Source
const BuilderId = "hashicorp.scaleway"
The unique id for the builder
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { common.PackerConfig `mapstructure:",squash"` Comm communicator.Config `mapstructure:",squash"` Token string `mapstructure:"api_token"` Organization string `mapstructure:"api_access_key"` Region string `mapstructure:"region"` Image string `mapstructure:"image"` CommercialType string `mapstructure:"commercial_type"` SnapshotName string `mapstructure:"snapshot_name"` ImageName string `mapstructure:"image_name"` ServerName string `mapstructure:"server_name"` Bootscript string `mapstructure:"bootscript"` UserAgent string // contains filtered or unexported fields }
Click to show internal directories.
Click to hide internal directories.