Skip to content

Commit

Permalink
Update main.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
anusha94 authored Jan 16, 2025
1 parent 233b62c commit d0832f4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config-files/terraform/ecs/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ resource "aws_ecs_task_definition" "ecs_task_definition" {
network_mode = "awsvpc"
execution_role_arn = "arn:aws:iam::844333597536:role/ecsTaskExecutionRole"
cpu = 256
pid_mode = "task"
runtime_platform {
operating_system_family = "LINUX"
cpu_architecture = "X86_64"
Expand Down

0 comments on commit d0832f4

Please sign in to comment.