Compare commits
3 Commits
04fd6fd008
...
pi-hole
| Author | SHA1 | Date | |
|---|---|---|---|
| 562a8e2e93 | |||
| 9cdbf83b4a | |||
| cb0a5869d9 |
@@ -37,6 +37,7 @@ resource "proxmox_virtual_environment_vm" "devops" {
|
|||||||
datastore_id = "local"
|
datastore_id = "local"
|
||||||
size = 30
|
size = 30
|
||||||
ssd = true
|
ssd = true
|
||||||
|
discard = "ignore"
|
||||||
iothread = true
|
iothread = true
|
||||||
interface = "scsi0"
|
interface = "scsi0"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -37,6 +37,7 @@ resource "proxmox_virtual_environment_vm" "infra" {
|
|||||||
datastore_id = "local"
|
datastore_id = "local"
|
||||||
size = 30
|
size = 30
|
||||||
ssd = true
|
ssd = true
|
||||||
|
discard = "ignore"
|
||||||
iothread = true
|
iothread = true
|
||||||
interface = "scsi0"
|
interface = "scsi0"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -38,6 +38,7 @@ resource "proxmox_virtual_environment_vm" "services" {
|
|||||||
size = 30
|
size = 30
|
||||||
ssd = true
|
ssd = true
|
||||||
iothread = true
|
iothread = true
|
||||||
|
discard = "ignore"
|
||||||
interface = "scsi0"
|
interface = "scsi0"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user