Fabian Mettler

Results 49 comments of Fabian Mettler

I tried to reconstruct your error, and I was able to create an instance by using `local:` with a user-managed project. Could you please use the following command so that...

I think you forgot to set the correct p > Here is the debug log > > [debug.log](https://github.com/lxc/terraform-provider-incus/files/15467174/debug.log) I think the problem is that you are not setting the project...

I am having a hard time reproducing your problem. I have tested your original Terraform code on a fresh installation of Debian 12 and Ubuntu 24.04 with a user-only project...

@stgraber Do you have any idea why there is this problem with a FreeIPA user when interacting with Incus?

> @maveonair When running as an unprivileged user, you don't deal with the `default` project but with a user-specific project (`user-UID`). > > It's mostly transparent on the CLI as...

I am closing this topic due to the merging of https://github.com/lxc/terraform-provider-incus/pull/63

I'm not sure if we should change the logic to allow a user to set the value `auto`. Because you can already achieve that by doing this instead: ```hcl resource...

> I am simply using `auto` as default value in a `cidr_range` like input variable in a dedicated module. If I don't set the variable explicitly, I tell incus to...

This key could be probably added here: https://github.com/lxc/terraform-provider-incus/blob/main/internal/storage/resource_storage_pool.go#L337-L372

> Isn't that the list of computed pool keys as opposed to inherited keys on the volumes and buckets? In other words, you first created the pool without Terraform/OpenTofu and...