GeoMatch / deployment

0 stars 0 forks source link

Move global configuration into separate account. Create "project-global" module. #15

Open mjmaurer opened 2 months ago

mjmaurer commented 2 months ago

Global (cross project) configuration. Should be in 'global' account and accessed by projects via 'terraform_remote_state'

Create new "project" module for project-global / cross-environment configuration.

mjmaurer commented 2 months ago

There's going to be a circular dependency though if global creates the accounts, and each project depends on global (i.e. SSM vars)