This commit is contained in:
@@ -18,7 +18,16 @@ resource "proxmox_virtual_environment_vm" "e2e_clone" {
|
|||||||
}
|
}
|
||||||
|
|
||||||
cpu {
|
cpu {
|
||||||
type = "host"
|
cores = 4
|
||||||
|
type = "host"
|
||||||
|
}
|
||||||
|
|
||||||
|
memory {
|
||||||
|
dedicated = 8192
|
||||||
|
}
|
||||||
|
|
||||||
|
network_device {
|
||||||
|
bridge = "vmbr0"
|
||||||
}
|
}
|
||||||
|
|
||||||
agent {
|
agent {
|
||||||
|
|||||||
Reference in New Issue
Block a user