update storage location

This commit is contained in:
tolerryan
2025-01-29 01:45:25 -06:00
parent 433236ea1b
commit 11521417ae

View File

@@ -6,7 +6,7 @@ resource "proxmox_lxc" "grail" {
password = "terraform"
unprivileged = true
cores = 6
memory = 4096
memory = 8096
swap = 1024
start = true
tags = "terraform"
@@ -25,7 +25,7 @@ resource "proxmox_lxc" "grail" {
mountpoint{
key = "1"
slot = 1
storage = "Ceph"
storage = "watari"
mp = "/data"
size = "10T"
}
@@ -33,7 +33,7 @@ resource "proxmox_lxc" "grail" {
mountpoint{
key = "2"
slot = 2
storage = "Ceph"
storage = "watari"
mp = "/downloads"
size = "5T"
}