cloudworkz/cortex-ops

tf variable assigned to wrong attribute

Closed this issue · 1 comments

Hi

I was having a look at your repo as an example and I bumped into this. I though it might be worthy to mention, just to avoid any possible headache it might cause :)

timeout_seconds = "${var.ingester_http_port}"

weeco commented

Hey,
that's definetely wrong. Thank you for letting me know. I am in the process of replacing the terraform files with Kubernetes manifests (see branch) which will ultimately fix this as well. Until then I leave this issue opened.