moved nesting to features
This commit is contained in:
@@ -5,7 +5,6 @@ resource "proxmox_lxc" "LXC" {
|
|||||||
ostemplate = "local:vztmpl/debian-12-standard_12.7-1_amd64.tar.zst"
|
ostemplate = "local:vztmpl/debian-12-standard_12.7-1_amd64.tar.zst"
|
||||||
password = "terraform"
|
password = "terraform"
|
||||||
unprivileged = true
|
unprivileged = true
|
||||||
nesting = true
|
|
||||||
cores = 5
|
cores = 5
|
||||||
memory = 4096
|
memory = 4096
|
||||||
swap = 1024
|
swap = 1024
|
||||||
@@ -14,6 +13,10 @@ resource "proxmox_lxc" "LXC" {
|
|||||||
nameserver = "192.168.0.24"
|
nameserver = "192.168.0.24"
|
||||||
ssh_public_keys = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAINFw70PrMsilcsqCrwW1I6PAt3anQbhmVg+t/HUfomug ryan@mxDesktop"
|
ssh_public_keys = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAINFw70PrMsilcsqCrwW1I6PAt3anQbhmVg+t/HUfomug ryan@mxDesktop"
|
||||||
|
|
||||||
|
features {
|
||||||
|
nesting = true
|
||||||
|
}
|
||||||
|
|
||||||
rootfs {
|
rootfs {
|
||||||
storage = "nvme"
|
storage = "nvme"
|
||||||
size = "32G"
|
size = "32G"
|
||||||
|
|||||||
Reference in New Issue
Block a user