Skip to content

Commit

Permalink
Fixing formatting issues
Browse files Browse the repository at this point in the history
  • Loading branch information
jnonino committed Nov 27, 2020
1 parent 1926b35 commit 8e73fb5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,13 @@ module "ecs_fargate" {
container_cpu = 4096
container_memory = 8192
container_memory_reservation = 4096
lb_http_ports = {
lb_http_ports = {
default = {
listener_port = 80
target_group_port = 8081
}
}
lb_https_ports = {}
lb_https_ports = {}
port_mappings = [
{
containerPort = 8081
Expand Down

0 comments on commit 8e73fb5

Please sign in to comment.