This commit is contained in:
parent
cf67c7cd23
commit
ce7c0c1a46
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ resource "proxmox_virtual_environment_file" "cloud_config2" {
|
||||||
- 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…
Reference in a new issue