azure-pipelines-tasks-terraform icon indicating copy to clipboard operation
azure-pipelines-tasks-terraform copied to clipboard

Azure Pipelines extension for Terraform

Results 95 azure-pipelines-tasks-terraform issues
Sort by recently updated
recently updated
newest added

**Describe the bug** When passing variables with double quotes to the command using the `-var` option, in the first parameter the `"` is removed instead of the `\` escape character....

bug

The Terraform CLI `init` command contains the `Create Backend (If not exists)` option. When set to `true` the Azure CLI tries to create a Resource Group and a Storage Account...

feature request

*Describe the bug** A clear and concise description of what the bug is. When running terraform CLI init using a service connection scoped at the management group using the following:...

bug
terraform-cli-task

**Describe the bug** Terraform CLI in Azure Devops does not allow to target a resource with double quotes **To Reproduce** Use this task to create a terraform plan: - task:...

bug

This field seems to produce no end of confusion so I think we should just rid of it and, instead, use the name of the current job or stage. It...

bug

See attached template

bug
terraform-cli-task

**Describe the bug** #268 has been closed, long live #268! There is another edge case for terraform plan detection. If the plan has no changes to apply, but would update...

bug
terraform-cli-task

Your plan tab is already providing great value. Thanks for that! I just stumbled upon this plan renderer: https://github.com/cloudandthings/terraform-pretty-plan Maybe you can incorporate that. Most importantly it provides collapsible/expandable sections...

feature request

Hi Team, I need your help. I am using the TF CLI and during the TF plan, I am unable to set the github token. I have set this variable...

The latest version of the self-hosted pipeline-agent-* (3.238.0) no longer has Node10 installed by default. Attempting to run this task with the new version of the agent results in the...

question