mirror of
https://gitea.fenix-dev.com/fenix-gitea-admin/iac-opentofu-private.git
synced 2025-10-27 15:53:06 +00:00
Merge pull request 'Update proxmox.tf' (#119) from fenix-admin into main
Reviewed-on: fenix-gitea-admin/iac-teste#119
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
|
||||
@ -47,6 +47,7 @@ resource "proxmox_virtual_environment_file" "cloud_init_yaml" {
|
||||
|
||||
ssh_pwauth: true
|
||||
EOF
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user