aztfmod / rover

The rover is a docker container in charge of the deployment of the Terraform platform engineering for Azure

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support local state for a phased bootstrap of launchpad

heintonny opened this issue · comments

Hi,

We work on a launchpad configuration with Azure Storage Account as backend. We want to use storage account encryption with customer managed keys. This requires a phased deployment / bootstrap of a new launchpad, where managed identity, keys and role assignment is created in phase 1, and storage accounts and blobs are created in phase 2.

For phase1 we don't have any backend storage available so this will not work with the Rover. Is it possible to implement support for local backend with Rover to support a phased deployment of a new launchpad. Is should also be easy to migrate the local state files to the storage accounts when they become available in phase 2.