mirror of
https://gitea.fenix-dev.com/fenix-gitea-admin/iac-opentofu-private.git
synced 2025-10-27 15:53:06 +00:00
Update proxmox.tf
This commit is contained in:
@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user