jason-johnson / azure-pipelines-tasks-terraform

Azure Pipelines extension for Terraform
MIT License
129 stars 56 forks source link

Support for taint command #13

Open eXXL opened 4 years ago

eXXL commented 4 years ago

Hi Charles, I would like to use the taint command in my DevOps pipeline. I upload blobs to Azure and have an issue that modified files will not be updated in Azure Blob storage. I have to taint the resource in state. See details here: https://github.com/terraform-providers/terraform-provider-azurerm/issues/3147

It would be great if you could support this command: https://www.terraform.io/docs/commands/taint.html

Best regards, Alex

alvaro212 commented 4 years ago

Hi, looks like we are facing the same situation. Did you find a workaround? I'm running the pipeline with a command line where I have the "taint" command but it's failing. Hopefully they add it to this extension. I also posted a question to Stackoverflow in case someone answers. Link here: https://stackoverflow.com/questions/64491194/azure-devops-run-terraform-taint-from-pipeline