Related to T4467
Details
Details
- Reviewers
ardumont - Group Reviewers
System administrators - Maniphest Tasks
- Restricted Maniphest Task
- Commits
- rSPRE007fcff7d36f: Increase the memory allocated to webapp1
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) }
Diff Detail
Diff Detail
- Repository
- rSPRE sysadm-provisioning
- Lint
Automatic diff as part of commit; lint not applicable. - Unit
Automatic diff as part of commit; unit tests not applicable.