This commit is contained in:
2024-08-27 22:16:53 +00:00
parent f74e16719a
commit ec07b8309d
-4
View File
@@ -9,10 +9,6 @@ resource "proxmox_lxc" "TerraformDemo" {
cores = 2
cpulimit = 2
ssh_keys = [
var.ssh_public_key
]
// Terraform will crash without rootfs defined
rootfs {
storage = "TheTower"