Skip to content

Commit

Permalink
modified task definition memory size
Browse files Browse the repository at this point in the history
  • Loading branch information
IrezD committed Jan 7, 2024
1 parent 37c1cd6 commit a39288b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions terraform/asg.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
Expand Down

0 comments on commit a39288b

Please sign in to comment.