Skip to content
This repository has been archived by the owner on Oct 13, 2022. It is now read-only.

Commit

Permalink
Merge pull request #3 from dxw/fix/terraform-formatting
Browse files Browse the repository at this point in the history
(Fix) Terraform formatting
  • Loading branch information
Stretch96 authored Dec 11, 2018
2 parents 75cdf7b + 0213a1c commit 56bdbd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ resource "aws_ecs_service" "main" {
cluster = "${var.ecs_cluster_id}"
task_definition = "${aws_ecs_task_definition.main.arn}"

health_check_grace_period_seconds = 30
health_check_grace_period_seconds = 30

load_balancer {
target_group_arn = "${var.lb_target_group_arn}"
Expand Down

0 comments on commit 56bdbd0

Please sign in to comment.