Compare commits

...

3 Commits

Author SHA1 Message Date
tim 562a8e2e93 Merge pull request 'added services vm to repoasdsdasd' (#4) from services into main
continuous-integration/drone/push Build is passing
Reviewed-on: #4
2023-10-27 14:27:28 +02:00
tim 9cdbf83b4a added discard option to devops vm
continuous-integration/drone/pr Build is passing
2023-10-27 14:25:23 +02:00
tim cb0a5869d9 added services vm to repoasdsdasd
continuous-integration/drone/pr Build is failing
2023-10-27 14:14:50 +02:00
3 changed files with 3 additions and 0 deletions
+1
View File
@@ -37,6 +37,7 @@ resource "proxmox_virtual_environment_vm" "devops" {
datastore_id = "local"
size = 30
ssd = true
discard = "ignore"
iothread = true
interface = "scsi0"
}
+1
View File
@@ -37,6 +37,7 @@ resource "proxmox_virtual_environment_vm" "infra" {
datastore_id = "local"
size = 30
ssd = true
discard = "ignore"
iothread = true
interface = "scsi0"
}
+1
View File
@@ -38,6 +38,7 @@ resource "proxmox_virtual_environment_vm" "services" {
size = 30
ssd = true
iothread = true
discard = "ignore"
interface = "scsi0"
}