update storage location
This commit is contained in:
6
grail.tf
6
grail.tf
@@ -6,7 +6,7 @@ resource "proxmox_lxc" "grail" {
|
|||||||
password = "terraform"
|
password = "terraform"
|
||||||
unprivileged = true
|
unprivileged = true
|
||||||
cores = 6
|
cores = 6
|
||||||
memory = 4096
|
memory = 8096
|
||||||
swap = 1024
|
swap = 1024
|
||||||
start = true
|
start = true
|
||||||
tags = "terraform"
|
tags = "terraform"
|
||||||
@@ -25,7 +25,7 @@ resource "proxmox_lxc" "grail" {
|
|||||||
mountpoint{
|
mountpoint{
|
||||||
key = "1"
|
key = "1"
|
||||||
slot = 1
|
slot = 1
|
||||||
storage = "Ceph"
|
storage = "watari"
|
||||||
mp = "/data"
|
mp = "/data"
|
||||||
size = "10T"
|
size = "10T"
|
||||||
}
|
}
|
||||||
@@ -33,7 +33,7 @@ resource "proxmox_lxc" "grail" {
|
|||||||
mountpoint{
|
mountpoint{
|
||||||
key = "2"
|
key = "2"
|
||||||
slot = 2
|
slot = 2
|
||||||
storage = "Ceph"
|
storage = "watari"
|
||||||
mp = "/downloads"
|
mp = "/downloads"
|
||||||
size = "5T"
|
size = "5T"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user