Merge pull request 'stage' (#38) from stage into master
All checks were successful
Terraform Apply / Terraform Apply (push) Successful in 27s
All checks were successful
Terraform Apply / Terraform Apply (push) Successful in 27s
Reviewed-on: #38
This commit was merged in pull request #38.
This commit is contained in:
@@ -25,6 +25,7 @@ resource "proxmox_vm_qemu" "control_planes" {
|
||||
full_clone = true
|
||||
os_type = "cloud-init"
|
||||
agent = 1
|
||||
automatic_reboot = false
|
||||
|
||||
cpu {
|
||||
sockets = 1
|
||||
@@ -75,6 +76,7 @@ resource "proxmox_vm_qemu" "workers" {
|
||||
full_clone = true
|
||||
os_type = "cloud-init"
|
||||
agent = 1
|
||||
automatic_reboot = false
|
||||
|
||||
cpu {
|
||||
sockets = 1
|
||||
|
||||
Reference in New Issue
Block a user