Closed patheard closed 2 months ago
Terraform: 1.9.5 (using 1.9.2)
Terragrunt: 0.67.3 (using 0.63.2)
✅ Terraform Init: success
✅ Terraform Validate: success
✅ Terraform Format: success
✅ Terraform Plan: success
✅ Conftest: success
Plan: 0 to add, 1 to change, 0 to destroy
✅ Terraform Init: success
✅ Terraform Validate: success
✅ Terraform Format: success
✅ Terraform Plan: success
✅ Conftest: success
Plan: 0 to add, 1 to change, 0 to destroy
Summary
Update the Staging Terraform apply workflow so that a new IdP image is only built, pushed and deployed if there have been changes to the
idp
folder. This will fix the error we saw where the ECR image deletion policy removed an image that was in use.Also updates the IdP service to always use the latest available task definition so that both Terraform and the ECS deploy job can manage the same ECS task definition without conflicts.