update storage location
This commit is contained in:
6
grail.tf
6
grail.tf
@@ -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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user