Skip to content

Commit

Permalink
fix: upgrade ecs module to stop task revision flip-flop (#842)
Browse files Browse the repository at this point in the history
Update to the v9.6.6 ecs module which has a fix to stop removing the latest 
ECS task definition revision in the Terraform plan.

This will make things clearer when reviewing the PRs as removing the revision 
has no impact to our setup where the task definition is primarily managed 
by other workflows.
  • Loading branch information
patheard authored Sep 20, 2024
1 parent 5003a42 commit d2b9882
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion aws/api/ecs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ locals {
}

module "api_ecs" {
source = "github.com/cds-snc/terraform-modules//ecs?ref=f11e70a097b0796e661b7e209e29f7d6b62240cf" # v9.6.3
source = "github.com/cds-snc/terraform-modules//ecs?ref=59a56cd5ae444dd81b21ba4cf34887d05e3475e2" # v9.6.6

create_cluster = false
cluster_name = var.ecs_cluster_name
Expand Down
2 changes: 1 addition & 1 deletion aws/idp/ecs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ locals {
}

module "idp_ecs" {
source = "github.com/cds-snc/terraform-modules//ecs?ref=f11e70a097b0796e661b7e209e29f7d6b62240cf" # v9.6.3
source = "github.com/cds-snc/terraform-modules//ecs?ref=59a56cd5ae444dd81b21ba4cf34887d05e3475e2" # v9.6.6

cluster_name = "idp"
service_name = "zitadel"
Expand Down

0 comments on commit d2b9882

Please sign in to comment.