community.proxmox: Resize rootfs of LXC

I have been looking for a way to increase the rootfs of an LXC container for a while now.
I know there is a simple PUT REST CALL to trigger this, but is it also possible in the Proxmox collection?

Thank you for your help.

The only mention I see if resizing in the proxmox collection is in the proxmox_disk module. Look at state=resized:

I found that locating the community/proxmox files locally and searching them for “resize”.

Hope that helps!