Corgam / SS23_ADSP_TCF

An official repository for the "Tangible Climate Futures" project from the ADSP (SS23) course at TU Berlin.
1 stars 2 forks source link

fix: optimize terraform #207

Closed Fr3574 closed 1 year ago

Fr3574 commented 1 year ago

The deployment fails if the setup.sh is still running while the remote-exec is executed, which will be checked. As in this case the groups won't be updated we would need to make the ubuntu user owner of the docker socket, as newgrp docker can't be executed by the ubuntu user and a reboot would introduce too much overhead.