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' (#173) from fenix-admin into main
Reviewed-on: fenix-gitea-admin/iac-teste#173
This commit is contained in:
@ -30,7 +30,7 @@ resource "proxmox_virtual_environment_file" "cloud_init_yaml" {
|
|||||||
|
|
||||||
source_raw {
|
source_raw {
|
||||||
file_name = "user-data-cloud-config.yaml"
|
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