Chandu

Results 2 comments of Chandu

I have faced a similar issue on Ubuntu 20.04.5 LTS server I tried deleting the `.terragrunt_cache , .terraform.lock.hcl and .terraform folder` but nothing worked. I completely removed the git repo...

as a workaround i have done the following on the first run when Kubernetes is getting created ```terraform locals { aks_cluster_available = false } resource "kubernetes_manifest" "some_manifest" { count =...