azure-pipelines-tasks-terraform
azure-pipelines-tasks-terraform copied to clipboard
Azure Pipelines extension for Terraform
**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...
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...
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)?...
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...
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...
**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...
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...
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...
**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...
### 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,...