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(general): exclude __start_line__ and __end_line__ from is empty s…
…olver (#7156)
* exclude __start_line__ and __end_line__ from is empty check
* add is not empty test
fix(terraform): Fixed crash when using variable rendering inside a li…
…st of len > 1 (#7151)
Fixed crash when using variable rendering inside a list of len > 1
fix(terraform_plan): use provider name not resource address to fix su…
…pported_provider matching (#7119)
fix supported_provider matching: use provider name instead of resource address internally
Co-authored-by: Taylor <28880387+tsmithv11@users.noreply.github.com>