It might not even be from this module, I'm trying to follow odd variable behavior.
Closed this issue · 0 comments
rlewkowicz commented
In my tf env, there's a very clearly set var, and it's getting to my script as something else. I see it in the debug logs too.
2022-03-04T15:15:29.886Z [DEBUG] ReferenceTransformer: "module.rancher.var.jenkins_path (expand)" references: [var.jenkins_token]
var jenkins_path is somehow becoming jenkins_token and I'm trying to read through thousands of lines of terraform to spot why. Might not be this module, but this is the first time I'm seeing this behavior.