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 using a new resourcegroup to store teh remote state file, the TerraformCLI command will create the resource group in Azure, then generate an error stating the...

bug
terraform-cli-task
sev4
azure

https://github.com/charleszipp/azure-pipelines-tasks-terraform/blob/329e64b8b5bf8fbc6f3dc61bbec8bd1ce3271d71/tasks/terraform-cli/src/commands/az-group-create.ts#L12 This line is executing ` az group create --name --location ` - the problem is, if the resource group already exists, then parts of it get modified. In my...

bug
terraform-cli-task
sev3
azure

Would it be possible to do something similar to what SonarQube does and publish a Status Check for Plan Results along with the warnings/plan view (especially to monitor for Deletions)?...

terraform-plan-view
feature request

Hello, I currently have a pipeline running fine with a SPN on a self hosted agent. I would like to switch to a managed identity (VM) I setup a new...

terraform-cli-task

We run multiple plans during a build, and this causes a "page" of warnings. It would be great if we can have a "switch" to turn them off on both...

feature request

**Describe the bug** When running Terraform show via a Devops release pipeline, no output is produced, past generic warnings. As an example, the below output is received - I can...

terraform-cli-task
feature request

Any chance the plans dropdown could be ordered? We can have multiple plans of the same resource with a stage number at the end and this would make it much...

terraform-plan-view
feature request

As a release engineer, I would like to be able to create and select a terraform workspace, so that I can test features in isolated infrastructure. ## Supported Sub-Commands Workspace...

terraform-cli-task

**Describe the feature** To access remote backends and a tfe module registry you must provide credentials. If we could populate this token as an option it would mean not having...

terraform-cli-task

### Current state - `terraform output` only outputs string, number and bool - it uses `-json` by default - it create TF_OUT_* variables - even though `-json` is been used,...

terraform-cli-task