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

Azure Pipelines extension for Terraform

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

I am getting error while running the terraform show command. getting error as below : ##[error]Terraform command 'show' failed with exit code '1'. ##[error]SyntaxError: Unexpected end of JSON input ##[error]SyntaxError:...

terraform-cli-task

Bumps [terser](https://github.com/terser/terser) from 5.9.0 to 5.14.2. Changelog Sourced from terser's changelog. v5.14.2 Security fix for RegExps that should not be evaluated (regexp DDOS) Source maps improvements (#1211) Performance improvements in...

dependencies

**Describe the bug** no plan view **To Reproduce** Steps to reproduce the behavior: ```yaml - task: TerraformCLI@0 displayName: "terraform plan" inputs: command: plan environmentServiceName: "${{ parameters.AZURERMCONNECTION }}" commandOptions: "\ -compact-warnings...

bug
terraform-cli-task
terraform-plan-view
sev2

**Description** After following all the steps in the readme, the npm start command fails on terraform installer task. **To Reproduce** Steps to reproduce the behavior: 1. Clone repository locally 2....

docs

**Describe the bug** When using a multi-stage pipeline, which has more than 1 terraform plan run, when using publishPlanResults (all with different names), no terraform plan results are published. I...

terraform-cli-task

Just got this error yesterday when runnning the TerraformCLI task (init): ``` ##[error]Error: There was an error when attempting to execute the process '/opt/hostedtoolcache/terraform/1.1.5/x64/terraform'. This may indicate the process failed...

bug

The documetnation states that force-unlock is supported. When running version 0.7.8 I get the following error: ##[error]Error: Support for command "force-unlock" is not implemented

docs

When I executed one of azure release pipeline task "Terraform Installer 0.14.0", it failed with an error "cerfiticate has expired". Terraform Install version 0.14.0 Task : Terraform Installer Version :...

**Describe the bug** I'm trying to authenticate to Azure using TerraformCLI@0 and a service connexion with a client certificate (And not a password). **To Reproduce** ``` - task: TerraformCLI@0 inputs:...

bug
terraform-cli-task