Compare commits
3 Commits
5fc8bcc406
...
a42d44bb27
| Author | SHA1 | Date | |
|---|---|---|---|
| a42d44bb27 | |||
| a99516a2a3 | |||
| 5c69abf9ff |
@@ -25,6 +25,7 @@ resource "proxmox_vm_qemu" "control_planes" {
|
|||||||
full_clone = true
|
full_clone = true
|
||||||
os_type = "cloud-init"
|
os_type = "cloud-init"
|
||||||
agent = 1
|
agent = 1
|
||||||
|
automatic_reboot = false
|
||||||
|
|
||||||
cpu {
|
cpu {
|
||||||
sockets = 1
|
sockets = 1
|
||||||
@@ -75,6 +76,7 @@ resource "proxmox_vm_qemu" "workers" {
|
|||||||
full_clone = true
|
full_clone = true
|
||||||
os_type = "cloud-init"
|
os_type = "cloud-init"
|
||||||
agent = 1
|
agent = 1
|
||||||
|
automatic_reboot = false
|
||||||
|
|
||||||
cpu {
|
cpu {
|
||||||
sockets = 1
|
sockets = 1
|
||||||
|
|||||||
Reference in New Issue
Block a user