aztfmod / rover

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

Use http backend for state file #286

Open exe-r opened 1 year ago

exe-r commented 1 year ago

Hello,

Was wondering if http backend will ever be supported or if there is a way to achieve this. We are currently having gitlab as our backend for tf state files and its not clear if this is a blocker to use rover or not.

Thanks

LaurentLesle commented 1 year ago

We are not planning to add in the short term the http backend. Can you setup a storage account in azurerm instead?

exe-r commented 1 year ago

We are not planning to add in the short term the http backend. Can you setup a storage account in azurerm instead?

hI @LaurentLesle, thanks for the response. Unfortunately we need to keep the state file locally for compliance reasons. Hence we wanted to see if there is a possible way to use rover but keep the http backend.