Skip to content

Commit

Permalink
remove unused locals
Browse files Browse the repository at this point in the history
  • Loading branch information
djelusic committed Oct 4, 2021
1 parent 1b7602d commit b08698c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 24 deletions.
12 changes: 0 additions & 12 deletions terraform/templates/setup.tf
Original file line number Diff line number Diff line change
Expand Up @@ -26,18 +26,6 @@ locals {
layers = ["arn:aws:lambda:{{.Region}}:553035198032:layer:git-lambda2:8", "arn:aws:lambda:{{.Region}}:477361877445:layer:terraform-lambda:1"]
}
}
ws_handler = {
name = "ws-handler"
s3_key = "{{.FunctionsPath}}/ws-handler.zip"
memory_size = 128
timeout = 900
}
ws_sqs_forwarder = {
name = "ws-sqs-forwarder"
s3_key = "{{.FunctionsPath}}/ws-sqs-forwarder.zip"
memory_size = 128
timeout = 900
}
}

terraform {
Expand Down
12 changes: 0 additions & 12 deletions terraform/testdata/setup.tf
Original file line number Diff line number Diff line change
Expand Up @@ -26,18 +26,6 @@ locals {
layers = ["arn:aws:lambda:aws-region:553035198032:layer:git-lambda2:8", "arn:aws:lambda:aws-region:477361877445:layer:terraform-lambda:1"]
}
}
ws_handler = {
name = "ws-handler"
s3_key = "functions-path/ws-handler.zip"
memory_size = 128
timeout = 900
}
ws_sqs_forwarder = {
name = "ws-sqs-forwarder"
s3_key = "functions-path/ws-sqs-forwarder.zip"
memory_size = 128
timeout = 900
}
}

terraform {
Expand Down

0 comments on commit b08698c

Please sign in to comment.