From e5f5fdcbad64302d12a7f97a467b9ac0bbb1f43c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 30 Apr 2026 16:35:35 +0000 Subject: [PATCH] chore(deps): update terraform cn-terraform/ecs-cluster/aws to v2 --- cloud/aws/templates/aws_oidc/app.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cloud/aws/templates/aws_oidc/app.tf b/cloud/aws/templates/aws_oidc/app.tf index ab0364d3..3973f034 100644 --- a/cloud/aws/templates/aws_oidc/app.tf +++ b/cloud/aws/templates/aws_oidc/app.tf @@ -1,6 +1,6 @@ module "ecs_cluster" { source = "cn-terraform/ecs-cluster/aws" - version = "1.0.12" + version = "2.0.1" name = "${var.app_prefix}-civiform" tags = { Name = "${var.app_prefix} Civiform ECS Cluster"