feat: switch machine_type c1.3 -> c2i.4

c1.3 is deprecated
This commit is contained in:
Jan Schnurpfeil 2026-02-19 18:22:53 +01:00
parent 3940677b0d
commit 1ba09e1ce1
2 changed files with 2 additions and 2 deletions

View file

@ -5,7 +5,7 @@ resource "stackit_ske_cluster" "scrumlr" {
node_pools = [ node_pools = [
{ {
name = "scrumlrpool" name = "scrumlrpool"
machine_type = "c1.3" machine_type = "c2i.4"
os_name = "flatcar" os_name = "flatcar"
minimum = "3" minimum = "3"
maximum = "3" maximum = "3"

View file

@ -5,7 +5,7 @@ resource "stackit_ske_cluster" "scrumlr" {
node_pools = [ node_pools = [
{ {
name = "scrumlrpool" name = "scrumlrpool"
machine_type = "c1.3" machine_type = "c2i.4"
os_name = "flatcar" os_name = "flatcar"
minimum = "3" minimum = "3"
maximum = "3" maximum = "3"