mirror of
https://gitea.fenix-dev.com/fenix-gitea-admin/iac-opentofu-private.git
synced 2025-10-27 07:43:07 +00:00
Update proxmox.tf
This commit is contained in:
@ -30,7 +30,7 @@ resource "proxmox_virtual_environment_file" "cloud_init_yaml" {
|
||||
|
||||
source_raw {
|
||||
file_name = "user-data-cloud-config.yaml"
|
||||
data = yamldecode(file("${path.module}/cloud-init-base.yaml"))
|
||||
data = file("${path.module}/cloud-init-base.yaml")
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user