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' (#55) from fenix-admin into main
Reviewed-on: fenix-gitea-admin/iac-teste#55
This commit is contained in:
@ -8,10 +8,10 @@ provider "proxmox" {
|
|||||||
}
|
}
|
||||||
resource "proxmox_virtual_environment_download_file" "Fedora-iso" {
|
resource "proxmox_virtual_environment_download_file" "Fedora-iso" {
|
||||||
content_type = "import"
|
content_type = "import"
|
||||||
datastore_id = "local"
|
datastore_id = "local-lvm"
|
||||||
node_name = "fenix"
|
node_name = "fenix"
|
||||||
file_name = "Fedora-Cloud-Base-Generic-41-1.4.x86_64.qcow2"
|
file_name = "Fedora-Cloud-Base-Generic-41-1.4.x86_64.qcow2"
|
||||||
url = "https://download.fedoraproject.org/pub/fedora/linux/releases/41/Cloud/x86_64/images/Fedora-Cloud-Base-Generic-41-1.4.x86_64.qcow2"
|
url = "https://mirror.plusline.net/fedora/linux/releases/41/Cloud/x86_64/images/Fedora-Cloud-Base-Generic-41-1.4.x86_64.qcow2"
|
||||||
}
|
}
|
||||||
|
|
||||||
resource "proxmox_virtual_environment_vm" "proxmox-kubernetes-VM-template" {
|
resource "proxmox_virtual_environment_vm" "proxmox-kubernetes-VM-template" {
|
||||||
|
|||||||
Reference in New Issue
Block a user