muhlba91/pulumi-proxmoxve

Add more container input properties

d34dscene opened this issue · 1 comments

It would be great if more container properties could be added like unprivileged and nesting.

since version 2.5.0 upstream also support nesting; unprivileged was available before already.

unprivileged can be set directly in the container arguments: https://github.com/muhlba91/pulumi-proxmoxve/blob/main/sdk/nodejs/ct/container.ts#L305

nesting must be set via the features argument: https://github.com/muhlba91/pulumi-proxmoxve/blob/main/sdk/nodejs/ct/container.ts#L265 (https://github.com/muhlba91/pulumi-proxmoxve/blob/main/sdk/nodejs/types/input.ts#L45)