You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Setting start = true or not in the LXC resource does not start the lxc container when creating it.
From what I understood, LXC is getting a revamp. However this is an easy fix I believe, as it is just a matter of moving the check whether start is set out of the block ran only if we're updating the container:
This issue is stale because it has been open for 60 days with no activity. Please update the provider to the latest version and, in the issue persist, provide full configuration and debug logs
Setting
start = true
or not in the LXC resource does not start the lxc container when creating it.From what I understood, LXC is getting a revamp. However this is an easy fix I believe, as it is just a matter of moving the check whether
start
is set out of the block ran only if we're updating the container:terraform-provider-proxmox/proxmox/resource_lxc.go
Line 581 in f027071
The text was updated successfully, but these errors were encountered: