dto-btn / ssc-assistant

Second iteration of the SSC chatbot/assistant
MIT License
2 stars 1 forks source link

Terraform configuration refactor #217

Open GuillaumeTurcotte opened 2 months ago

GuillaumeTurcotte commented 2 months ago

Description

We need to refactor the terraform files structures so we can create our own modules (local for now).

We currently have this structure :

Image

Which has lots of redundant configuration.

We need to create modules for api.tf and frontend.tf web services to start with. Whether we use 1 or 2 modules for this to start with is not too bad.

Ideally the end goal would be able to reuse this module for all 3 of our environment to ensure consistency.

Definition of Done