Update node type

This commit is contained in:
Daniel_Groß 2025-11-05 15:37:49 +01:00
parent 5b6f4258ea
commit 3cd023d463
Signed by: daniel.gross
SSH key fingerprint: SHA256:tyyj1WVL1JmKHP6+jZjOtTzMj9U13qRk7jUcGI/zkRQ

View file

@ -1,10 +1,10 @@
resource "stackit_ske_cluster" "demo-cluster" { resource "stackit_ske_cluster" "demo-cluster" {
project_id = module.project.project_info["project4"].project_id project_id = module.project.project_info["project4"].project_id
name = "demo-clustr" name = "demo-cluster"
node_pools = [ node_pools = [
{ {
name = "np" name = "np"
machine_type = "g1.4" machine_type = "g2i.4"
minimum = "2" minimum = "2"
maximum = "3" maximum = "3"
volume_size = "64" volume_size = "64"