Skip to content

Commit 1eebcf5

Browse files
Faraz YounusFaraz Younus
authored andcommitted
fixing memory
1 parent 15e8858 commit 1eebcf5

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

main.tf

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -874,9 +874,6 @@ resource "aws_pipes_pipe" "this" {
874874
overrides {
875875
container_override {
876876
command = try(ecs_task_parameters.value.command, [])
877-
cpu = try(ecs_task_parameters.value.cpu, 0)
878-
memory = try(ecs_task_parameters.value.memory, 0)
879-
memory_reservation = try(ecs_task_parameters.value.memory_reservation, 0)
880877
name = ecs_task_parameters.value.container_name
881878

882879
dynamic "environment" {

0 commit comments

Comments
 (0)