update-variables #1

Merged
michael.sodan merged 7 commits from update-variables into main 2025-11-06 08:20:54 +00:00
Showing only changes of commit 3cd023d463 - Show all commits

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"