We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15e8858 commit 1eebcf5Copy full SHA for 1eebcf5
main.tf
@@ -874,9 +874,6 @@ resource "aws_pipes_pipe" "this" {
874
overrides {
875
container_override {
876
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)
880
name = ecs_task_parameters.value.container_name
881
882
dynamic "environment" {
0 commit comments