{{tag>terraform docker troubleshooting}} ====== terraform troubleshooting ====== ===== dial tcp 127.0.0.1:80: connect: connection refused ===== Remove state for this module. To get the exact module run terraform state list | grep module.eks.kubernetes_config_map.aws_auth then run rm with full module path which might differ: terraform state rm module.eks.kubernetes_config_map.aws_auth[0] ====== Tested on ====== * ====== See also ====== ====== References ====== * https://github.com/terraform-aws-modules/terraform-aws-eks/issues/2007