feat: switch machine_type c1.3 -> c2i.4
c1.3 is deprecated
This commit is contained in:
parent
3940677b0d
commit
1ba09e1ce1
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