destroy operation does not delete sensor from k8s cluster
ryanjpayne opened this issue · 4 comments
ryanjpayne commented
terraform destroy will successfully delete the falcon operator but leaves the falcon sensor on the cluster, requiring a manual kubectl delete to achieve the desired result.
ffalor commented
That's something the operator doesn't do. I'm down to do it in the Terraform module because it makes sense.
ryanjpayne commented
Yes I agree the module should be able to execute all terraform operations, including destroy, against any infrastructure managed in its configuration