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
During the past two releases (2024.11.1 and 2024.11.2) we noticed two warnings related to the Terraform tasks in the infra pipeline:
Downloading task: TerraformInstaller (0.203.0) ##[warning]Task 'Terraform tool installer' version 0 (TerraformInstaller@0) is dependent on a Node version (10) that is end-of-life. Contact the extension owner for an updated version of the task. Task maintainers should review Node upgrade guidance: https://aka.ms/node-runner-guidance
Downloading task: TerraformTaskV3 (3.209.33) ##[warning]Task 'Terraform' version 3 (TerraformTaskV3@3) is dependent on a Node version (10) that is end-of-life. Contact the extension owner for an updated version of the task. Task maintainers should review Node upgrade guidance: https://aka.ms/node-runner-guidance
During the past two releases (2024.11.1 and 2024.11.2) we noticed two warnings related to the Terraform tasks in the infra pipeline:
Downloading task: TerraformInstaller (0.203.0) ##[warning]Task 'Terraform tool installer' version 0 (TerraformInstaller@0) is dependent on a Node version (10) that is end-of-life. Contact the extension owner for an updated version of the task. Task maintainers should review Node upgrade guidance: https://aka.ms/node-runner-guidance
Downloading task: TerraformTaskV3 (3.209.33) ##[warning]Task 'Terraform' version 3 (TerraformTaskV3@3) is dependent on a Node version (10) that is end-of-life. Contact the extension owner for an updated version of the task. Task maintainers should review Node upgrade guidance: https://aka.ms/node-runner-guidance
Acceptance Criteria
Additional context
Initial suggestions are to use
TerraformInstaller@1
andTerraformTaskV4
. We can check on thetask.json
file of the extension to see which version of Node it uses.Issues related to these warnings:
The text was updated successfully, but these errors were encountered: