Skip to content

Commit

Permalink
chore: bump to latest module version
Browse files Browse the repository at this point in the history
  • Loading branch information
patheard committed Feb 6, 2024
1 parent b613228 commit 9c010c8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions terragrunt/ecs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ locals {
}

module "superset_ecs" {
source = "github.com/cds-snc/terraform-modules//ecs?ref=v9.0.7"
source = "github.com/cds-snc/terraform-modules//ecs?ref=v9.1.0"

cluster_name = "superset"
service_name = "superset"
Expand Down Expand Up @@ -92,7 +92,7 @@ module "superset_ecs" {
}

module "celery_worker_ecs" {
source = "github.com/cds-snc/terraform-modules//ecs?ref=v9.0.7"
source = "github.com/cds-snc/terraform-modules//ecs?ref=v9.1.0"

create_cluster = false
cluster_name = module.superset_ecs.cluster_name
Expand Down Expand Up @@ -126,7 +126,7 @@ module "celery_worker_ecs" {
}

module "celery_beat_ecs" {
source = "github.com/cds-snc/terraform-modules//ecs?ref=v9.0.7"
source = "github.com/cds-snc/terraform-modules//ecs?ref=v9.1.0"

create_cluster = false
cluster_name = module.superset_ecs.cluster_name
Expand Down

0 comments on commit 9c010c8

Please sign in to comment.