scottwinkler / terraform-provider-shell

Terraform provider for executing shell commands and saving output to state file
Mozilla Public License 2.0
278 stars 61 forks source link

It might not even be from this module, I'm trying to follow odd variable behavior. #107

Closed rlewkowicz closed 2 years ago

rlewkowicz commented 2 years ago

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.