CrowdStrike/terraform-kubectl-falcon

destroy operation does not delete sensor from k8s cluster

ryanjpayne opened this issue · 4 comments

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.

That's something the operator doesn't do. I'm down to do it in the Terraform module because it makes sense.

Yes I agree the module should be able to execute all terraform operations, including destroy, against any infrastructure managed in its configuration