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:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -33,3 +33,6 @@ override.tf.json
|
||||
talosctl
|
||||
talosconfig
|
||||
kubeconfig
|
||||
|
||||
#
|
||||
/talos/
|
||||
|
||||
@@ -46,7 +46,7 @@ resource "openstack_compute_instance_v2" "controlplane" {
|
||||
count = 0
|
||||
name = "master-${count.index + 1}"
|
||||
image_id = openstack_images_image_v2.talos[count.index].id
|
||||
flavor_name = "s1-2"
|
||||
flavor_name = "d2-4"
|
||||
region = element(var.regions, count.index)
|
||||
|
||||
user_data = templatefile("${path.module}/templates/controlplane.yaml",
|
||||
|
||||
@@ -23,7 +23,7 @@ variable "kubernetes" {
|
||||
serviceSubnets = "10.200.0.0/22,fd40:10:200::/112"
|
||||
domain = "cluster.local"
|
||||
apiDomain = "api.cluster.local"
|
||||
clusterName = "talos-k8s-hezner"
|
||||
clusterName = "talos-k8s-openstack"
|
||||
tokenMachine = ""
|
||||
caMachine = ""
|
||||
token = ""
|
||||
|
||||
@@ -2,8 +2,8 @@
|
||||
terraform {
|
||||
required_providers {
|
||||
oci = {
|
||||
source = "hashicorp/oci"
|
||||
version = "4.61.0"
|
||||
source = "oracle/oci"
|
||||
version = "4.73.0"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -12,5 +12,5 @@ variable "do_region" {
|
||||
|
||||
variable "talos_version" {
|
||||
type = string
|
||||
default = "v0.12.2"
|
||||
default = "v1.0.3"
|
||||
}
|
||||
|
||||
@@ -28,7 +28,7 @@ variable "google_locations" {
|
||||
|
||||
variable "talos_version" {
|
||||
type = string
|
||||
default = "v0.11.4"
|
||||
default = "v1.0.3"
|
||||
}
|
||||
|
||||
source "googlecompute" "talos" {
|
||||
|
||||
@@ -7,7 +7,7 @@ variable "hcloud_token" {
|
||||
|
||||
variable "talos_version" {
|
||||
type = string
|
||||
default = "v0.14.0"
|
||||
default = "v1.0.3"
|
||||
}
|
||||
|
||||
locals {
|
||||
|
||||
@@ -25,7 +25,7 @@ variable "proxmox_storage_type" {
|
||||
|
||||
variable "talos_version" {
|
||||
type = string
|
||||
default = "v0.14.0"
|
||||
default = "v1.0.3"
|
||||
}
|
||||
|
||||
locals {
|
||||
|
||||
@@ -23,7 +23,7 @@ variable "scaleway_zone" {
|
||||
|
||||
variable "talos_version" {
|
||||
type = string
|
||||
default = "v0.14.1"
|
||||
default = "v1.0.3"
|
||||
}
|
||||
|
||||
locals {
|
||||
|
||||
@@ -22,7 +22,7 @@ variable "upcloud_zones" {
|
||||
|
||||
variable "talos_version" {
|
||||
type = string
|
||||
default = "v0.14.0"
|
||||
default = "v1.0.3"
|
||||
}
|
||||
|
||||
locals {
|
||||
|
||||
@@ -11,7 +11,7 @@ variable "vultr_region" {
|
||||
|
||||
variable "talos_version" {
|
||||
type = string
|
||||
default = "v0.14.0"
|
||||
default = "v1.0.3"
|
||||
}
|
||||
|
||||
locals {
|
||||
|
||||
Reference in New Issue
Block a user