mirror of
https://github.com/optim-enterprises-bv/terraform-talos.git
synced 2025-10-30 01:52:18 +00:00
update version
This commit is contained in:
@@ -8,5 +8,5 @@ variable "region" {
|
|||||||
}
|
}
|
||||||
|
|
||||||
variable "talos_version" {
|
variable "talos_version" {
|
||||||
default = "v1.3.0"
|
default = "v1.3.3"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -12,5 +12,5 @@ variable "do_region" {
|
|||||||
|
|
||||||
variable "talos_version" {
|
variable "talos_version" {
|
||||||
type = string
|
type = string
|
||||||
default = "v1.2.4"
|
default = "v1.3.3"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -28,7 +28,7 @@ variable "google_locations" {
|
|||||||
|
|
||||||
variable "talos_version" {
|
variable "talos_version" {
|
||||||
type = string
|
type = string
|
||||||
default = "v1.0.3"
|
default = "v1.3.3"
|
||||||
}
|
}
|
||||||
|
|
||||||
source "googlecompute" "talos" {
|
source "googlecompute" "talos" {
|
||||||
|
|||||||
@@ -7,7 +7,7 @@ variable "hcloud_token" {
|
|||||||
|
|
||||||
variable "talos_version" {
|
variable "talos_version" {
|
||||||
type = string
|
type = string
|
||||||
default = "v1.3.0"
|
default = "v1.3.3"
|
||||||
}
|
}
|
||||||
|
|
||||||
locals {
|
locals {
|
||||||
|
|||||||
@@ -25,7 +25,7 @@ variable "proxmox_storage_type" {
|
|||||||
|
|
||||||
variable "talos_version" {
|
variable "talos_version" {
|
||||||
type = string
|
type = string
|
||||||
default = "v1.0.3"
|
default = "v1.3.3"
|
||||||
}
|
}
|
||||||
|
|
||||||
locals {
|
locals {
|
||||||
|
|||||||
@@ -23,7 +23,7 @@ variable "scaleway_zone" {
|
|||||||
|
|
||||||
variable "talos_version" {
|
variable "talos_version" {
|
||||||
type = string
|
type = string
|
||||||
default = "v1.3.0"
|
default = "v1.3.3"
|
||||||
}
|
}
|
||||||
|
|
||||||
locals {
|
locals {
|
||||||
|
|||||||
@@ -22,7 +22,7 @@ variable "upcloud_zones" {
|
|||||||
|
|
||||||
variable "talos_version" {
|
variable "talos_version" {
|
||||||
type = string
|
type = string
|
||||||
default = "v1.0.3"
|
default = "v1.3.3"
|
||||||
}
|
}
|
||||||
|
|
||||||
locals {
|
locals {
|
||||||
|
|||||||
@@ -11,7 +11,7 @@ variable "vultr_region" {
|
|||||||
|
|
||||||
variable "talos_version" {
|
variable "talos_version" {
|
||||||
type = string
|
type = string
|
||||||
default = "v1.3.0"
|
default = "v1.3.3"
|
||||||
}
|
}
|
||||||
|
|
||||||
locals {
|
locals {
|
||||||
|
|||||||
Reference in New Issue
Block a user