Bump some versions and use non-deprecated machine_type #2
2 changed files with 2 additions and 2 deletions
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue