chore: Refactor VM deployment
This commit is contained in:
parent
d2e0c26900
commit
9ca0f7c431
13 changed files with 192 additions and 328 deletions
|
|
@ -23,10 +23,10 @@ locals {
|
|||
}
|
||||
|
||||
resource "proxmox_virtual_environment_download_file" "talos-image" {
|
||||
node_name = "pve01"
|
||||
content_type = "iso"
|
||||
datastore_id = "local"
|
||||
overwrite = true
|
||||
node_name = "pve01"
|
||||
content_type = "iso"
|
||||
datastore_id = "local"
|
||||
overwrite = true
|
||||
|
||||
url = local.iso_url
|
||||
file_name = local.iso_file
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue