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
Currently, while the Terraform provider is very useful, it has quite a few shortcomings. I think it'd be of great interest to track what use cases can be currently achieved by using the CLI but not with Terraform and target them for future update of the provider.
Cases:
The use case I've come across the most is when applying configuration patches after the first apply the talos_machine_configuration_apply ignores all changes to the config_patches list argument. This means that we cannot patch the nodes using Terraform and must either use the CLI or completely recreate the cluster using Terraform.
Currently, while the Terraform provider is very useful, it has quite a few shortcomings. I think it'd be of great interest to track what use cases can be currently achieved by using the CLI but not with Terraform and target them for future update of the provider.
Cases:
talos_machine_configuration_apply
ignores all changes to theconfig_patches
list argument. This means that we cannot patch the nodes using Terraform and must either use the CLI or completely recreate the cluster using Terraform.It'd be a great improvement if these use cases could be implemented into the provider. Please feel free to contribute to this list.
Thanks
The text was updated successfully, but these errors were encountered: