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
@michaelbrewer what about simply using a depends for the module? So it runs after a git clone? BTW in case you are wondering yes, depending on other modules causes a weird terraform error, but there is quite an elegant workaround to it? I your example who is provisioning the workspace?
In some cases
auto_install_extensions
won't if the workspace has not been checkout yet.Ideally coder should provide a method to wait on a dependent task from completing.
A work around is to poll for the folder to be created before running the install like so.
The text was updated successfully, but these errors were encountered: