correctSSH

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