You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Terraform scan of a file that contains a module passing a parameter that uses the same name as the local that is used for the same function inside the module.
This generates a recursive loop within Terrascan.
What I Did
I ran in debug mode and could see that it was recursively expanding the internal local variable. I isolated the error into the code in the attached zip file.
Description
Terraform scan of a file that contains a module passing a parameter that uses the same name as the local that is used for the same function inside the module.
This generates a recursive loop within Terrascan.
What I Did
I ran in debug mode and could see that it was recursively expanding the internal local variable. I isolated the error into the code in the attached zip file.
locals_loop_error.zip
This is similar to a previous error that was fixed.
The text was updated successfully, but these errors were encountered: