Bump some versions and use non-deprecated machine_type #2

Merged
sebastian.heusser merged 3 commits from feat/update-2026-02 into main 2026-02-20 08:40:37 +00:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 1ba09e1ce1 - Show all commits

View file

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

View file

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