Closed Tyson-miller closed 8 months ago
Relevant parts of terraform plan for dev (rest is just a lot of moved statements):
Only changes are updating ecs fargate and replacing ecs task definition
The 1 add and 1 destroy is the task replacement and the 1 change is the fargate change due to the task definition ARN changing
Relevant parts of terraform plan for prod. Similar to dev except it also adds route_53 for vrms.io
for some reason.
Updating ecs_fargate, replacing task definition, updating a load balancer listener rule and adding a route 53 record:
Final tally for planned changes in prod ![Uploading Screenshot 2023-11-08 at 3.16.08 PM.png…]()
Looks good to me
Migrating the configuration for vrms-backend to the new
terraform-incubator
directory.This PR is strictly additive it does not remove any of the old code in the
incubator
directory.Linked to this issue - https://github.com/hackforla/VRMS/issues/1497