Merge branch 'main' of http://172.16.201.201:3002/admin/mapletree
This commit is contained in:
commit
7fdf56c0eb
1 changed files with 2 additions and 1 deletions
|
|
@ -74,7 +74,8 @@ resource "proxmox_virtual_environment_container" "cattle" {
|
|||
unprivileged, # Stops the rebuild for the privilege flag
|
||||
initialization[0].user_account, # Stops the rebuild for the password
|
||||
operating_system[0].template_file_id, # Stops rebuild for the image name
|
||||
features # Add this to bypass the 403 error
|
||||
features,
|
||||
mount_point
|
||||
]
|
||||
}
|
||||
}
|
||||
Loading…
Reference in a new issue