@AT

Results 52 comments of @AT

Here are links to: - Terraform: - Generic provisioner interface and schema: https://github.com/hashicorp/terraform/tree/main/internal/provisioners - built-in provisioners implementation: https://github.com/hashicorp/terraform/tree/main/internal/builtin/provisioners - Open-tofu: - Generic provisioner interface and schema: https://github.com/opentofu/opentofu/tree/main/internal/builtin/provisioners - built-in provisioners...

I had short discussion with Terraform team in the [thread](https://github.com/hashicorp/terraform/issues/4686) and get very clear clarification about provisioners support by Terraform. Based on that I have to change my opinion and...

Just for sure `terraform-provider-lxd` provides `execs` block in the `lxd_instance` resource since [v2.0.0](https://registry.terraform.io/providers/terraform-lxd/lxd/2.0.0/docs/resources/instance). Here is a related [thread](https://github.com/terraform-lxd/terraform-provider-lxd/issues/54) and provider's [code](https://github.com/terraform-lxd/terraform-provider-lxd/blob/main/internal/instance/resource_instance.go). I'm not sure whether it's legally to use the...

I have migrated my cluster from LXD to Incus recently. However, I will try to deploy single VM for LXD and will try whether lxd provider's `execs` works for me....

please build container for aarch64 as well.

Using both, '--password-file' and '--provisioner-password-file' generates certificate pair without error. However, generated certificate key is not encrypted. Please see a matrix of option combination results (using `kpass` file as a...

I appreciate this clarification. In reality this is minor issue and workaround exists. I agree with your decision!

Docker/Kubernetes/Linux Containers and many hypervisors support APIs to manipulate files and execute commands inside container/VM. I think the best way is to extend provisioner `connection` block with addition connection types....

Hello Martin, Nice to see Hashicorp's visions for provisioners' functionality. Please declare that provisioner functionality is obsolete and should be used only for compatibility purposes in the Terraform language documentation....

Thank you Martin for clear explanation!