aztfmod / rover

The rover is a docker container in charge of the deployment of the Terraform platform engineering for Azure
MIT License
172 stars 142 forks source link

Remove unnecessary sudo usage #213

Closed brk3 closed 2 years ago

brk3 commented 2 years ago

There are a number of random calls to sudo in scripts/tfstate_azurerm.sh.

While rover runs in an isolated container it's still best to avoid unecessary privilege escalation where possible.

arnaudlh commented 2 years ago

Thanks for the PR @brk3. Closing this one as it has been refactored in tfc branch.