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.
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
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