Update lxc_Demo.tf

This commit is contained in:
Zakaria 2024-08-28 02:14:37 +00:00
parent f9bb2568af
commit e3afd061bc

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"