Dominik Lekse

Results 8 comments of Dominik Lekse

Found this issue, when troubleshooting an implementation of an optional `TypeBool`. The previous comments have been very helpful. For the record, I want to add additional insights on change detection:...

Found this gem while working on a terraform provider. @wjam I really like the approach for the local preview to reuse the Terraform registry doc preview tool. It is a...

I ran into this issue when evaluating the extension and attempting to connect to a remote ssh host. The remote ssh server used the default sshd_config which ships with the...

@dkryptr Thanks for describing the issue precisely. I have encountered the issue recently in a similar structured repository. Tracking it down was not straightforward. The `Taskfile.yml` of each sub project...

@MarioSchwalbe I understand that in the use case you presented, you want to optionally override global variables in a parent Taskfile by global variables in an included Taskfile. For this...

I agree this feature clearly ranges in *Advanced settings*. Consequently, I would assume that those who are "complaining about the UI being too complex" as you mentioned, will disable the...

@n0rad Thanks for reporting this issue. I agree that there are use cases in which an existing file must be extended. The current behavior of the `system_file` resource complies with...

@thequailman Not sure if the items on your wishlist are still relevant. If they are, you may check out the resources [`system_user`](https://registry.terraform.io/providers/neuspaces/system/latest/docs/resources/user), [`system_group`](https://registry.terraform.io/providers/neuspaces/system/latest/docs/resources/group), [`system_service_systemd`](https://registry.terraform.io/providers/neuspaces/system/latest/docs/resources/service_systemd), and [`system_link`](https://registry.terraform.io/providers/neuspaces/system/latest/docs/resources/link) in the [terraform-provider-system](https://github.com/neuspaces/terraform-provider-system).