diff --git a/.github/workflows/build-production.yaml b/.github/workflows/build-production.yaml
index e7b307a0..c8dd920b 100644
--- a/.github/workflows/build-production.yaml
+++ b/.github/workflows/build-production.yaml
@@ -86,3 +86,7 @@ jobs:
       - name: Force ECS Update
         run: |
           aws ecs update-service --cluster sfr-front-end-production --service sfr-front-end-production --force-new-deployment
+
+      - name: Force ECS Update - Terraform
+        run: |
+            aws ecs update-service --cluster sfr-frontend-production-tf --service sfr-frontend-production-tf --force-new-deployment