wiki:terraform_troubleshooting
Table of Contents
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
wiki/terraform_troubleshooting.txt · Last modified: 2022/11/30 11:18 by antisa