Skip to content

Commit

Permalink
Update ecs.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
vivid-cpreston authored Dec 23, 2022
1 parent d03e889 commit d8cf072
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions terraform/ecs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ resource "aws_ecs_task_definition" "wfnews_server" {
essential = true
name = var.server_container_name
image = var.server_image
cpu = var.fargate_cpu
cpu = 4096
memory = var.fargate_memory
networkMode = "awsvpc"
portMappings = [
Expand Down Expand Up @@ -839,4 +839,4 @@ resource "aws_ecs_service" "apisix_gui" {
tags = local.common_tags
}
*/
*/

0 comments on commit d8cf072

Please sign in to comment.