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
Creating new resources works as expected, mentioned cloudinit network parameters are correctly created.
These parameters can be changed by provider.
Unfortunately, it is not possible to remove these parameters by provider.
By removing the searchdomain and nameserver arguments from the config, provider ignores this change and does not take any action with the output: No changes. Your infrastructure matches the configuration.
By removing ipconfig0-15, provider tries to remove this, but after apply the previously created ipconfig it still exists. When I try to run terraform apply again, it tries to remove this again and again with no success. The similar situation is with network device removing - #1027.
These parameters can only be removed through the Proxmox GUI.
The text was updated successfully, but these errors were encountered:
@maksimsamt I noticed some weird behavior with cloud-init. Sadly, the scope of the problem got too big for the RC3 release. I'm working on it in Telmate/proxmox-api-go#339
ipconfig0-15 - doesn't work, can add, but remove cannot, when remove behavior as before - when I try to run terraform apply again, it tries to remove this again and again with no success...
There was wrong test from my side for ipconfig0-15...
Now I can confirm, that it also works, can add and remove!
System details:
Affected cloudinit network parameters:
searchdomain
nameserver
ipconfig0-15
Creating new resources works as expected, mentioned cloudinit network parameters are correctly created.
These parameters can be changed by provider.
Unfortunately, it is not possible to remove these parameters by provider.
By removing the
searchdomain
andnameserver
arguments from the config, provider ignores this change and does not take any action with the output:No changes. Your infrastructure matches the configuration.
By removing
ipconfig0-15
, provider tries to remove this, but after apply the previously createdipconfig
it still exists. When I try to run terraform apply again, it tries to remove this again and again with no success. The similar situation is with network device removing - #1027.These parameters can only be removed through the Proxmox GUI.
The text was updated successfully, but these errors were encountered: