azure-pipelines-tasks-terraform
azure-pipelines-tasks-terraform copied to clipboard
Azure Pipelines extension for Terraform
- Adjust `runAzLogin` examples to reflect the examples description - Some minor adjustments and improvements
Bumps [webpack-dev-server](https://github.com/webpack/webpack-dev-server) from 5.1.0 to 5.2.1. Release notes Sourced from webpack-dev-server's releases. v5.2.1 5.2.1 (2025-03-26) Security cross-origin requests are not allowed unless allowed by Access-Control-Allow-Origin header requests with an IP...
Hey there, I'm currently looking into an issue related to `az login` within the TerraformCLI Azure DevOps task and passwords stating with a dash. That issue was fixed around 6...
To get rid of the warning in our Azure Pipelines we have set `ensureBackend` to false. Seems like intrinsically it was also running az login. `##[warning]ensureBackend: is depreciated and will...
**Describe the bug** Trying to apply a saved plan from ADO Pipeline, the plan shows in the dashboard, but when we apply it, it still asks for approval in the...
As seen in Terraform 1.11.2 there are some enhancements regarding OIDC token refresh: https://github.com/hashicorp/terraform/releases/tag/v1.11.2 The error is explained earlier in https://github.com/jason-johnson/azure-pipelines-tasks-terraform/issues/426 What can I do to get this working in...
Bumps [http-proxy-middleware](https://github.com/chimurai/http-proxy-middleware) from 2.0.6 to 2.0.9. Release notes Sourced from http-proxy-middleware's releases. v2.0.9 What's Changed fix(fixRequestBody): check readableLength by @chimurai in chimurai/http-proxy-middleware#1097 chore(package): v2.0.9 by @chimurai in chimurai/http-proxy-middleware#1099 Full Changelog:...
> > Hi @jaredfholgate - yes I am passing it in as a CLI arg. To use an env var am I going to use these [secure-variable-secrets](https://marketplace.visualstudio.com/items?itemName=JasonBJohnson.azure-pipelines-tasks-terraform#secure-variable-secrets)? At the moment...
Are there any plans to start supporting OpenTofu in this extension?