Fixing cluster create command typo
This commit is contained in:
parent
80b67779bf
commit
80b940bd7b
1 changed files with 1 additions and 1 deletions
|
|
@ -64,7 +64,7 @@ resource "null_resource" "talos_cluster" {
|
|||
command = <<EOT
|
||||
sudo --preserve-env=HOME talosctl cluster create \
|
||||
--provisioner=qemu \
|
||||
--name ${lself.triggers.cluster_name} \
|
||||
--name ${self.triggers.cluster_name} \
|
||||
--talosconfig ${path.module}/talosconfig \
|
||||
--controlplanes 1 \
|
||||
--workers 0 \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue