Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Address Terraform warnings in Azure DevOps Pipeline #2520

Open
1 task
lalver1 opened this issue Nov 12, 2024 · 0 comments
Open
1 task

Address Terraform warnings in Azure DevOps Pipeline #2520

lalver1 opened this issue Nov 12, 2024 · 0 comments
Labels
infrastructure Terraform, Azure, etc.

Comments

@lalver1
Copy link
Member

lalver1 commented Nov 12, 2024

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

  • The warnings are resolved.

Additional context

Initial suggestions are to use TerraformInstaller@1 and TerraformTaskV4. We can check on the task.json file of the extension to see which version of Node it uses.

Issues related to these warnings:

@lalver1 lalver1 added the infrastructure Terraform, Azure, etc. label Nov 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
infrastructure Terraform, Azure, etc.
Projects
Status: Todo
Development

No branches or pull requests

1 participant