Skip to content

Commit

Permalink
Remove unnecessary prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
djelusic committed Jul 9, 2021
1 parent c5117e4 commit 499f22f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions internal/assets/bindata.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion internal/assets/terraform/templates/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ locals {
functions = {
{{- range .Functions}}
{{.Name}} = {
s3_key = "functions/{{.S3Key}}"
s3_key = "{{.S3Key}}"
runtime = "{{.Runtime}}"
public = {{.Public}}
memory_size = {{.MemorySize}}
Expand Down

0 comments on commit 499f22f

Please sign in to comment.