Kessia Barboza
Kessia Barboza
Unfortunately, it doesn't seem to work with tf-cloud (it gets the `Error: failed to create kubernetes rest client for read of resource: Get "http://localhost/api?timeout=32s": dial tcp 127.0.0.1:80: connect: connection refused`...
Apparently using kubectl provider instead of kubernetes provider (even completely removing it) made it work with terraform-cloud 🤷♀️ : ``` provider "kubectl" { host = module.eks.cluster_endpoint cluster_ca_certificate = base64decode(module.eks.cluster_certificate_authority_data) token...
any way I can help to parser the csv?