Fix cluster name
This commit is contained in:
parent
30abd89cb1
commit
0eedd5aea9
1 changed files with 5 additions and 5 deletions
|
|
@ -1,6 +1,6 @@
|
|||
resource "stackit_ske_cluster" "demo-cluster" {
|
||||
project_id = module.project.project_info["project4"].project_id
|
||||
name = "demo-cluster"
|
||||
name = "demo"
|
||||
node_pools = [
|
||||
{
|
||||
name = "np"
|
||||
|
|
|
|||
Loading…
Reference in a new issue