Skip to content

Increase the memory allocated to webapp1

Related to T4467

Test Plan

Terraform will perform the following actions:

  # module.webapp1.proxmox_vm_qemu.node will be updated in-place
  ~ resource "proxmox_vm_qemu" "node" {
      ~ balloon                   = 2048 -> 8192
        id                        = "hypervisor3/qemu/125"
      ~ memory                    = 8192 -> 12288
        name                      = "webapp1"
        # (40 unchanged attributes hidden)

        # (2 unchanged blocks hidden)
    }

Migrated from D8331 (view on Phabricator)

Merge request reports