Is TerraformTaskV2 deprecated?
- Dominant language
- Python
- Stars
- 143
- Forks
- 808
- PR merge metrics
- No merged PRs in 30d
Description
I fall under this repository trying to kick off the [Azure MLOps (v2) solution accelerators](https://github.com/Azure/mlops-v2).
When trying to run this project on AzureDevOps I get errors like:
> Encountered error(s) while parsing pipeline YAML:
A task is missing. The pipeline references a task called 'TerraformTaskV2'. This usually indicates the task isn't installed, and you may be able to install it from the Marketplace: https://marketplace.visualstudio.com. (Task version 2, job 'DeployAMLWorkspace', step ''.)
A task is missing. The pipeline references a task called 'TerraformTaskV2'. This usually indicates the task isn't installed, and you may be able to install it from the Marketplace: https://marketplace.visualstudio.com. (Task version 2, job 'DeployAMLWorkspace', step ''.)
A task is missing. The pipeline references a task called 'TerraformTaskV2'. This usually indicates the task isn't installed, and you may be able to install it from the Marketplace: https://marketplace.visualstudio.com. (Task version 2, job 'DeployAMLWorkspace', step ''.)
A task is missing. The pipeline references a task called 'TerraformTaskV2'. This usually indicates the task isn't installed, and you may be able to install it from the Marketplace: https://marketplace.visualstudio.com. (Task version 2, job 'DeployAMLWorkspace', step ''.)
I believe it is related to this **Azure DevOps extension**: https://marketplace.visualstudio.com/items?itemName=charleszipp.azure-pipelines-tasks-terraform which is **deprecated** in favor of https://marketplace.visualstudio.com/items?itemName=JasonBJohnson.azure-pipelines-tasks-terraform.
Should this repository be updated to use the latest available tasks or should it be archived in favor of some more modern or up to date way of bootstrapping MLOps environments?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.