mirror of
https://github.com/opentffoundation/opentf.git
synced 2025-12-26 12:00:46 -05:00
With the current implementation of terraform login, Windows Subsystem for Linux fails to open a browser due to lack of support for xdg-open. This commit reuses a fix from pkg/browser#8 which detects a WSL environment and uses cmd.exe to open the URL instead.