update lifecyucle for features lines
This commit is contained in:
parent
f002552e6e
commit
8cce563d51
1 changed files with 1 additions and 0 deletions
|
|
@ -68,6 +68,7 @@ resource "proxmox_virtual_environment_container" "cattle" {
|
||||||
unprivileged, # Stops the rebuild for the privilege flag
|
unprivileged, # Stops the rebuild for the privilege flag
|
||||||
initialization[0].user_account, # Stops the rebuild for the password
|
initialization[0].user_account, # Stops the rebuild for the password
|
||||||
operating_system[0].template_file_id # Stops rebuild for the image name
|
operating_system[0].template_file_id # Stops rebuild for the image name
|
||||||
|
features, # Add this to bypass the 403 error
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Loading…
Reference in a new issue