This commit is contained in:
parent
e55e394d53
commit
cf67c7cd23
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ resource "proxmox_virtual_environment_file" "cloud_config" {
|
||||||
- docker
|
- docker
|
||||||
shell: /bin/bash
|
shell: /bin/bash
|
||||||
ssh_authorized_keys:
|
ssh_authorized_keys:
|
||||||
- ${trimspace(local.ssh_public_key)}
|
- ${trimspace(local.ssh_public_key_1)}
|
||||||
- ${trimspace(local.ssh_public_key_2)}
|
- ${trimspace(local.ssh_public_key_2)}
|
||||||
sudo: ALL=(ALL) NOPASSWD:ALL
|
sudo: ALL=(ALL) NOPASSWD:ALL
|
||||||
runcmd:
|
runcmd:
|
||||||
|
|
Loading…
Add table
Reference in a new issue