mirror of
https://gitea.fenix-dev.com/fenix-gitea-admin/iac-opentofu-private.git
synced 2025-10-27 15:53:06 +00:00
a
This commit is contained in:
@ -1,9 +1,12 @@
|
||||
|
||||
provider "proxmox" {
|
||||
endpoint = var.proxmox_server
|
||||
api_token = var.proxmox_apikey
|
||||
endpoint = var.virtual_environment_endpoint
|
||||
api_token = var.virtual_environment_token
|
||||
ssh {
|
||||
agent = true
|
||||
username = "terraform"
|
||||
}
|
||||
}
|
||||
|
||||
resource "proxmox_virtual_environment_download_file" "Fedora-iso" {
|
||||
content_type = "iso" # tipo do arquivo
|
||||
datastore_id = "local" # datastore do Proxmox onde o arquivo será guardado
|
||||
|
||||
Reference in New Issue
Block a user