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