File tree Expand file tree Collapse file tree 3 files changed +4
-7
lines changed
Expand file tree Collapse file tree 3 files changed +4
-7
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ terraform {
1010 }
1111 proxmox = {
1212 source = " telmate/proxmox"
13- version = " 3.0.2-rc04 "
13+ version = " 3.0.2-rc05 "
1414 }
1515 }
1616}
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ terraform {
66 }
77 proxmox = {
88 source = " telmate/proxmox"
9- version = " 3.0.2-rc04 "
9+ version = " 3.0.2-rc05 "
1010 }
1111 }
1212}
Original file line number Diff line number Diff line change @@ -6,11 +6,8 @@ resource "proxmox_vm_qemu" "recursive_dns_vm" {
66
77 clone = var. proxmox_template_image
88
9- cpu {
10- cores = var. recursive_cores
11- sockets = var. recursive_sockets
12- type = " host"
13- }
9+ cores = var. recursive_cores
10+ sockets = var. recursive_sockets
1411 memory = var. recursive_memory
1512 os_type = " cloud-init"
1613 agent = 1
You can’t perform that action at this time.
0 commit comments