Skip to content

Commit 84e1a00

Browse files
committed
Fixed formatting
1 parent 1eebcf5 commit 84e1a00

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

main.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -873,8 +873,8 @@ resource "aws_pipes_pipe" "this" {
873873

874874
overrides {
875875
container_override {
876-
command = try(ecs_task_parameters.value.command, [])
877-
name = ecs_task_parameters.value.container_name
876+
command = try(ecs_task_parameters.value.command, [])
877+
name = ecs_task_parameters.value.container_name
878878

879879
dynamic "environment" {
880880
for_each = try(ecs_task_parameters.value.environment, [])

0 commit comments

Comments
 (0)