mirror of
https://github.com/optim-enterprises-bv/terraform-talos.git
synced 2025-11-01 18:58:39 +00:00
Update scaleway example
This commit is contained in:
1
system_os/.gitignore
vendored
Normal file
1
system_os/.gitignore
vendored
Normal file
@@ -0,0 +1 @@
|
||||
*.raw.xz
|
||||
@@ -42,7 +42,7 @@ build {
|
||||
sources = ["source.scaleway.talos"]
|
||||
|
||||
provisioner "file" {
|
||||
source = "../../../talos/_out/scaleway-amd64.raw.xz"
|
||||
source = "scaleway-amd64.raw.xz"
|
||||
destination = "/tmp/talos.raw.xz"
|
||||
}
|
||||
provisioner "shell" {
|
||||
|
||||
@@ -23,7 +23,7 @@ variable "scaleway_zone" {
|
||||
|
||||
variable "talos_version" {
|
||||
type = string
|
||||
default = "v0.14.0"
|
||||
default = "v0.14.1"
|
||||
}
|
||||
|
||||
locals {
|
||||
|
||||
Reference in New Issue
Block a user