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' (#127) from fenix-admin into main
Reviewed-on: fenix-gitea-admin/iac-teste#127
This commit is contained in:
@ -36,7 +36,7 @@ resource "proxmox_virtual_environment_file" "cloud_init_yaml" {
|
|||||||
users:
|
users:
|
||||||
- default
|
- default
|
||||||
- name: testeuser
|
- name: testeuser
|
||||||
plain_text_passwd: testepassword
|
passwd: testepassword
|
||||||
groups:
|
groups:
|
||||||
- sudo
|
- sudo
|
||||||
shell: /bin/bash
|
shell: /bin/bash
|
||||||
@ -89,13 +89,6 @@ resource "proxmox_virtual_environment_vm" "proxmox-kubernetes-VM-template" {
|
|||||||
size = 64
|
size = 64
|
||||||
}
|
}
|
||||||
|
|
||||||
# >>>> Disco especial cloud-init
|
|
||||||
disk {
|
|
||||||
datastore_id = "local-lvm"
|
|
||||||
interface = "ide2"
|
|
||||||
file_format = "cloudinit"
|
|
||||||
}
|
|
||||||
|
|
||||||
disk {
|
disk {
|
||||||
datastore_id = "local-lvm"
|
datastore_id = "local-lvm"
|
||||||
file_id = proxmox_virtual_environment_download_file.latest_ubunto_cloud_img.id
|
file_id = proxmox_virtual_environment_download_file.latest_ubunto_cloud_img.id
|
||||||
|
|||||||
Reference in New Issue
Block a user