proxmox-lxc
DacoDev/proxmox-lxc/module
Terraform Module
HCL
MODULE
TF modules for Proxmox built on top of bgp's provider: https://registry.terraform.io/providers/bpg/proxmox/latest
Install
module "proxmox-lxc" {
source = "DacoDev/proxmox-lxc/module"
version = "1.10.0"
}
README
terraform-module-proxmox-lxc TF modules for Proxmox built on top of bpg's provider: https://registry.terraform.io/providers/bpg/proxmox/latest Relatively stable for a standard/basic use case.
Inputs (13)
| Name | Type | Description | Default |
|---|---|---|---|
| container_name | string | The name or name-prefix of the container if count is specified. With count, name | required |
| distro | string | Selection of the QEMU agent that will be used with the container. Options: alpin | required |
| node_name | string | The name of the specific ProxMox node that the container/s will be spun up on. | required |
| vm_id | number | The VM ID to assign, if count is greater than 1, the VM ID iterates by 1 for eac | required |
| cpu_cores | number | Number of cores to make available to the container (based on the threaded core c | required |
| container_template_file | string | A .tar.zst/.tar.gz/.tar.xz as found at https://us.lxd.images.canonical.com/image | required |
| datastore_id | string | The drive where the container's root storage will be created. The size of the ro | "local-lvm" |
| disk_size | number | 4 | |
| memory_dedicated | number | Amount of RAM to provision for each container, in MegaBytes. | 512 |
| cpu_units | number | This is a relative weight passed to the kernel scheduler. The larger the number | 1024 |
| password_length | number | Length of the randomly generated password. | 16 |
| memory_swap | number | By setting this value, you grant access for the container to use the host node S | 0 |
| migrate_template_file | bool | Set to false to prevent re-creating the underlying proxmox_virtual_environment_f | true |
Outputs (1)
container_passwordResources (5)
proxmox_virtual_environment_containerproxmox_virtual_environment_download_fileproxmox_virtual_environment_filerandom_passwordrandom_uuid
Details
FrameworkTerraform Module
LanguageHCL
Version1.10.0
Cloud MODULE
★ Stars4
Forks2
Total downloads416
Inputs13
Outputs1
Resources5
LicenseMIT
NamespaceDacoDev
Updated