Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Altonhe committed Jul 27, 2024
1 parent e8cb0db commit a3f9e59
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 7 deletions.
1 change: 0 additions & 1 deletion modules/aws-ecs/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ provider "aws" {

locals {
liveness_probe_path = "/onebusaway-api-webapp/api/where/current-time.json?key=org.onebusaway.iphone"
liveness_probe_port = 8080
liveness_probe_initial_delay_seconds = 120
liveness_probe_period_seconds = 30
}
Expand Down
1 change: 0 additions & 1 deletion modules/aws-ecs/terraform.tfvars.example
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ container_name = "onebusaway-api-server"
container_image = "ghcr.io/onebusaway/onebusaway-api-webapp:latest"
container_cpu = 2048
container_memory = 4096
log_group_name = "/ecs/oba-container-logs"
service_name = "oba-service"

env_var_tz = "America/Toronto"
Expand Down
5 changes: 0 additions & 5 deletions modules/aws-ecs/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,6 @@ variable "container_memory" {
type = number
}

variable "log_group_name" {
description = "The name of the log group for container logs"
type = string
}

variable "service_name" {
description = "The name of the ECS service"
type = string
Expand Down

0 comments on commit a3f9e59

Please sign in to comment.