mirror of
https://github.com/optim-enterprises-bv/terraform-talos.git
synced 2025-10-30 09:53:04 +00:00
update image
This commit is contained in:
@@ -1,4 +1,7 @@
|
||||
|
||||
init:
|
||||
packer init -upgrade .
|
||||
|
||||
release:
|
||||
packer build -only=release.scaleway.talos .
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
packer {
|
||||
required_plugins {
|
||||
scaleway = {
|
||||
version = "= 1.0.5"
|
||||
version = "= 1.1.0"
|
||||
source = "github.com/hashicorp/scaleway"
|
||||
}
|
||||
}
|
||||
@@ -15,7 +15,7 @@ source "scaleway" "talos" {
|
||||
|
||||
image = "debian_buster"
|
||||
zone = var.scaleway_zone
|
||||
commercial_type = "DEV1-S"
|
||||
commercial_type = "DEV1-M"
|
||||
boottype = "rescue"
|
||||
remove_volume = true
|
||||
ssh_username = "root"
|
||||
|
||||
@@ -23,7 +23,7 @@ variable "scaleway_zone" {
|
||||
|
||||
variable "talos_version" {
|
||||
type = string
|
||||
default = "v1.3.3"
|
||||
default = "v1.3.6"
|
||||
}
|
||||
|
||||
locals {
|
||||
|
||||
Reference in New Issue
Block a user