User Tools

Site Tools


wiki:terraform_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

wiki/terraform_troubleshooting.txt · Last modified: 2022/11/30 11:18 by antisa

Except where otherwise noted, content on this wiki is licensed under the following license: CC0 1.0 Universal
CC0 1.0 Universal Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki