From a39288b816590c2ccb9243946f4d268813b3d4b7 Mon Sep 17 00:00:00 2001 From: IrezD Date: Sun, 7 Jan 2024 23:59:16 +0100 Subject: [PATCH] modified task definition memory size --- terraform/asg.tf | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/terraform/asg.tf b/terraform/asg.tf index 4810987..20e3dbf 100644 --- a/terraform/asg.tf +++ b/terraform/asg.tf @@ -36,6 +36,13 @@ resource "aws_autoscaling_group" "ASG_config" { propagate_at_launch = true } + tag { + key = "Name" + value = "${title(var.env)}_Enivronment" + propagate_at_launch = true + } + + timeouts { delete = "15m" }