Skip to content

Commit

Permalink
chore(deps): update terraform github.com/binbashar/terraform-aws-ecs …
Browse files Browse the repository at this point in the history
…to v5.11.4
  • Loading branch information
renovate[bot] authored Sep 27, 2024
1 parent b6a4779 commit 8278642
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion apps-devstg/us-east-1/ecs-demoapps/ecs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ data "aws_nat_gateways" "natgtw" {
# Apps-DevStg ECS Demoapps Cluster
#
module "apps_devstg_ecs_cluster" {
source = "github.com/binbashar/terraform-aws-ecs.git?ref=v5.11.1"
source = "github.com/binbashar/terraform-aws-ecs.git?ref=v5.11.4"

cluster_name = "${local.name}-cluster"

Expand Down
4 changes: 2 additions & 2 deletions data-science/us-east-1/genai-llm-rag-bedrock-poc/ecs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
################################################################################

module "ecs_cluster" {
source = "github.com/binbashar/terraform-aws-ecs.git//modules/cluster?ref=v5.11.1"
source = "github.com/binbashar/terraform-aws-ecs.git//modules/cluster?ref=v5.11.4"

cluster_name = "${local.name}-cluster"

Expand All @@ -23,7 +23,7 @@ module "ecs_cluster" {
################################################################################

module "ecs_service" {
source = "github.com/binbashar/terraform-aws-ecs.git//modules/service?ref=v5.11.1"
source = "github.com/binbashar/terraform-aws-ecs.git//modules/service?ref=v5.11.4"

name = local.name
cluster_arn = module.ecs_cluster.arn
Expand Down

0 comments on commit 8278642

Please sign in to comment.