I have Helm Applciations being deployed with Terraform, using the helm_release
resource of Terraform.
Sometimes due to one or more of the following reasons my Kubernetes Pods would start to run in the Kubernetes Cluster, BUT Terraform is unaware of this (due to reason(s) below).
- Internet Connection Issues
- Kubernetes Timeout
- Bug in Scipts/Dependencies
Is there any way to manually edit/tamper terraform.tfstate
OR any way to sync terraform based on the remote environment?