Orgad Shaneh
Orgad Shaneh
/submit
From my point of view, only the logs of the last (re)run matter.
I didn't say it isn't called, maybe it's called earlier, or maybe not in the right context, or maybe I misunderstood its purpose :)
Right, but if it failed 3 times, and each run produces many logs, having the logs duplicated is cumbersome. I assume that if all runs failed, then the last run...
Hi. I use azure backend for the state files, but I often pull them for inspection. When someone calls me to ask "what's the connection string to the database", I...
I see your point about secret sprawl, and I agree. I mostly use it for dev environments. Drawbacks of terraform show: 1. It's slow (15 seconds in my case). 2....
Thank you very much!
I ran a test with TF_LOG=trace, and actually downloading the file takes less than a second. Here is the redacted trace: https://gist.github.com/orgads/bbafbc2c637e17582ea6dc1b4ef88f38 Notable timings: | Line | Duration | |--------|--------|...