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
fix: Location of variables declared in VAR_CONFIG (#1304)
Previously the location of a variable name declared in a VAR_CONFIG block would include the AT keyword in it.
With this commit the `AT` keyword is omitted such that a slice of the variable name is e.g.
`main.instance.foo` instead of `main.instance.foo AT`.
0 commit comments