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

When I try to install the your extension over marketplace on a Azure DevOps on Premise solution I receive the following error: > The task definition inputs "command" and "environmentServiceName"...

bug

Set the pipeline variables generated from terraform output to be accessible across multiple jobs within a stage as documented [here](https://docs.microsoft.com/en-us/azure/devops/pipelines/process/variables?view=azure-devops&tabs=yaml%2Cbatch#set-a-multi-job-output-variable). This would require setting the `isOutput=true` flag when setting the...

terraform-cli-task

Can the task level environment variables section be enabled?

terraform-cli-task

**Describe the bug** I have a multistage pipeline with 4 stages, where all stages will do a `terraform plan` step. 2 of the stages produce a plan with changes, and...

bug

With the 'apply' task, is there a way to set values for multiple variables without just using one very long comandOptions line?

question

### Bug Description Hello! :) I'm using `terraform plan -out="terraform.tfplan"` in one stage, and then applying said plan using the plan text file (passed as an artifact) in another stage:...

bug

Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...

dependencies

Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...

dependencies

Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...

dependencies

There's no way to save the output from the `show` command. ![image](https://user-images.githubusercontent.com/14053728/123813926-f4c7ea80-d8fd-11eb-88f2-65721bfd6662.png) `terraform show -json > $(Build.ArtifactStagingDirectory)/tfstate.json` is what I run as a bash command instead. I guess it would...

terraform-cli-task
feature request