Update Terraform Configs: Migrate task_defaults to plugin_defaults

Deprecation of Terraform task_defaults in favor of plugin_defaults

How to migrate task_defaults to plugin_defaults for the Kestra Terraform Provider.

In the v0.17.0 release, Task Defaults was renamed to Plugin Defaults to better reflect its purpose. As a result, the 0.18.0 version of the Terraform Provider now uses the property plugin_defaults instead of task_defaults in the kestra_namespace resource.

To migrate, replace task_defaults with plugin_defaults in your Terraform configuration before upgrading your Kestra Terraform provider.

Was this page helpful?