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:
@ -27,9 +27,9 @@ resource "proxmox_virtual_environment_file" "cloud_init_yaml" {
|
||||
node_name = "fenix"
|
||||
datastore_id = "local"
|
||||
content_type = "cloud-init"
|
||||
source_raw {
|
||||
file_name = "cloud-init-qga.yaml"
|
||||
|
||||
content = <<EOF
|
||||
data = <<EOF
|
||||
#cloud-config
|
||||
users:
|
||||
- name: testeuser
|
||||
@ -48,6 +48,7 @@ resource "proxmox_virtual_environment_file" "cloud_init_yaml" {
|
||||
ssh_pwauth: true
|
||||
EOF
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
resource "proxmox_virtual_environment_vm" "proxmox-kubernetes-VM-template" {
|
||||
|
||||
Reference in New Issue
Block a user