Help me I am drowning
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
resource "proxmox_lxc" "basic" {
|
resource "proxmox_lxc" "basic" {
|
||||||
target_node = "pve"
|
target_node = "pve"
|
||||||
hostname = "lxc-basic"
|
hostname = "lxc-basic"
|
||||||
ostemplate = "local:vztmpl/debian-13-standard_13.1-2_amd64.tar.zst"
|
ostemplate = "nfs_Vulnerable:vztmpl/debian-13-standard_13.1-2_amd64.tar.zst"
|
||||||
password = "BasicLXCContainer"
|
password = "BasicLXCContainer"
|
||||||
unprivileged = true
|
unprivileged = true
|
||||||
description = "Nice"
|
description = "Nice"
|
||||||
@@ -11,7 +11,7 @@ resource "proxmox_lxc" "basic" {
|
|||||||
|
|
||||||
// Terraform will crash without rootfs defined
|
// Terraform will crash without rootfs defined
|
||||||
rootfs {
|
rootfs {
|
||||||
storage = "nfs_Protected"
|
storage = "local"
|
||||||
size = "8G"
|
size = "8G"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user