Update node type
This commit is contained in:
parent
5b6f4258ea
commit
3cd023d463
1 changed files with 2 additions and 2 deletions
|
|
@ -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"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue