akamai-consulting / akamai-starterkit

MIT License
4 stars 0 forks source link

Isolate TF Environmental Code into a module #6

Open aweingarten opened 3 months ago

aweingarten commented 3 months ago

User Story

As a software craftsperson I want modular code so that my code is easy to read, edit and maintain without introducing regressions.

Details

Right now there are no TF Modules in use in the codebase. It means that there is a LOT of plumbing floating around in a since TF scope. Ideally we would break the TF up. However, the dependency chains here are tricky especially considering how long activations take. This will be a balancing act between deployment time and organization