Fabian Mettler

Results 49 comments of Fabian Mettler

> [@maveonair](https://github.com/maveonair) do you think, there is need for more documentation for the `incus_server` resource? I think this is a very good idea.

Not sure I would call this a regression, but rather a feature. So your idea is that when you pass the value `null` then the config or properties entry should...

Sure, but we forked a year ago and we have many new features that the LXD provider doesn’t have, and vice versa.

@johnlane I just realized that you must use an outdated version of the LXD Terraform provider because `lxd_container` is not existing anymore since v2.0, it's now called `lxd_instance`. Could you...

Thanks a lot for validating this, as I have expected this behaviour to see as well while going through the LXD Terraform provider code.

@cquike I close this issue for now. Please re-open if you still run into this issue

@breml Since cloud-init only runs at first boot, triggering an instance restart would not resolve this issue. Forcing a recreation of the instance would still not address the change of...

> [@breml](https://github.com/breml) Is there not a way to assign static IPv4 to an instance from terraform? You can set `ipv4.address` in the `config` block to set a static IPv4 address...

@breml so we would have another wait_for type which would be in this case `cloud_init`?