Update proxmox.tf

This commit is contained in:
2025-08-25 13:19:02 +00:00
parent 4d754965f0
commit 55a30eff95

View File

@ -40,8 +40,6 @@ resource "proxmox_virtual_environment_file" "cloud_init_yaml" {
groups: groups:
- sudo - sudo
shell: /bin/bash shell: /bin/bash
ssh_authorized_keys:
- ${trimspace(data.local_file.ssh_public_key.content)}
sudo: ALL=(ALL) NOPASSWD:ALL sudo: ALL=(ALL) NOPASSWD:ALL
package_update: true package_update: true
packages: packages: