I run terraform with kubernetes_pod module, but it fails with "the server could not find the requested resource (post pods)". How can I get more meaningful error message?
You can set the terraform log to debug or trace like this :
export TF_LOG=DEBUG