mirror of
https://gitea.fenix-dev.com/fenix-gitea-admin/iac-opentofu-private.git
synced 2025-10-27 07:43:07 +00:00
Merge pull request 'Update proxmox.tf' (#139) from fenix-admin into main
Reviewed-on: fenix-gitea-admin/iac-teste#139
This commit is contained in:
@ -31,6 +31,11 @@ resource "proxmox_virtual_environment_file" "cloud_init_yaml" {
|
||||
source_raw {
|
||||
file_name = "user-data-cloud-config.yaml"
|
||||
data = <<-EOF
|
||||
locale: "pt_PT.UTF-8"
|
||||
keyboard:
|
||||
layout: "pt"
|
||||
variant: "nodeadkeys"
|
||||
|
||||
#cloud-config
|
||||
users:
|
||||
- default
|
||||
|
||||
Reference in New Issue
Block a user