CircleCI-Public / terraform-orb

Deploy your infrastructure via a CircleCI pipeline using the Terraform orb. Integrate Infrastructure-as-Code (IaC) to help provision and manage any cloud, infrastructure, or service of your choice.
https://circleci.com/orbs/registry/orb/circleci/terraform
MIT License
10 stars 44 forks source link

Include `terraform taint` command #39

Closed yaningo closed 3 years ago

yaningo commented 3 years ago

Is your feature request related to a problem? Please describe. The terraform taint command is not included in the Terraform orb commands so this functionality is not accessible via the orb.

Describe the solution you'd like Add taint to the list of available commands in the Terraform orb.

Additional context Starting from Terraform v1.0 the taint command is deprecated however:

punkdata commented 3 years ago

@yaningo we're going to look into after the release of PR #46