--- layout: page title: proxmox_virtual_environment_file permalink: /resources/virtual_environment_file nav_order: 6 parent: Resources subcategory: Virtual Environment --- # Resource: proxmox_virtual_environment_file Manages a file. ## Example Usage ```terraform resource "proxmox_virtual_environment_file" "ubuntu_container_template" { content_type = "vztmpl" datastore_id = "local" node_name = "first-node" source_file { path = "https://download.proxmox.com/images/system/ubuntu-20.04-standard_20.04-1_amd64.tar.gz" } } ``` ```terraform resource "proxmox_virtual_environment_file" "cloud_config" { content_type = "snippets" datastore_id = "local" node_name = "pve" source_raw { data = <