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

terraform/destroy #85

Closed ramonornelas closed 6 days ago

ramonornelas commented 2 years ago

Is your feature request related to a problem? Please describe. A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] I was not able to use terraform/destroy because it does not automatically initialize the backend (like the other commands do, example terrafom/apply)

Describe the solution you'd like A clear and concise description of what you want to happen. I would like to call in the config.yaml terraform/destroy and do not receive the backend initialization error

Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered. I can destroy from my console instead of within circleci

Additional context Add any other context about the feature request here. Perhaps I am not running the command correctly but I was not able to find documentation. Please help! Thanks