From fe46f102026e82b71c7542593238ec60bf88336c Mon Sep 17 00:00:00 2001 From: ep-93 <109581241+ep-93@users.noreply.github.com> Date: Wed, 24 Apr 2024 13:54:00 +0100 Subject: [PATCH] Update README.md --- cluster/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cluster/README.md b/cluster/README.md index 20ec990..f29190f 100644 --- a/cluster/README.md +++ b/cluster/README.md @@ -16,7 +16,7 @@ This module is used to deploy an ECS cluster with fargate support only. ```hcl module "ecs-cluster" { source = "github.com/ministryofjustice/modernisation-platform-terraform-ecs-cluster//cluster" - name = "my-ecs-cluster + name = "my-ecs-cluster" tags = { "environment" = "dev" }