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
I have a template created with packer. After the initial vm resource creation from this template with terraform-provider-proxmox I re-run opentofu, and it always detects a change even if the definition of this resource has not changed:
OpenTofu will perform the following actions:
# module.pve_server.proxmox_virtual_environment_vm.server["chromia"] will be updated in-place
~ resource "proxmox_virtual_environment_vm" "server" {
id = "106"
name = "chromia.rknet.org"
tags = [
"os_redhat",
"provisioner_terraform",
"service_k3s-pve",
"type_k3s-node",
"zone_lan",
]
# (26 unchanged attributes hidden)
- vga {
- enabled = true -> null
- memory = 0 -> null
}
# (10 unchanged blocks hidden)
}
Is this a bug, or am I doing something wrong?
The text was updated successfully, but these errors were encountered:
Marking this issue as stale due to inactivity in the past 180 days. This helps us focus on the active issues. If this issue is reproducible with the latest version of the provider, please comment. If this issue receives no comments in the next 30 days it will automatically be closed. If this issue was automatically closed and you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. Thank you!
Discussed in #1221
Originally posted by xoxys April 18, 2024
Hi,
I have a template created with packer. After the initial vm resource creation from this template with
terraform-provider-proxmox
I re-run opentofu, and it always detects a change even if the definition of this resource has not changed:Is this a bug, or am I doing something wrong?
The text was updated successfully, but these errors were encountered: