Skip to content

Commit 083ad13

Browse files
authored
Remove interpolation only expresion
1 parent c6ed433 commit 083ad13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lambda.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
data template_file lambda {
22
count = length(var.cloudfront_aliases) > 0 ? 1 : 0
3-
template = "${file("${path.module}/index.js")}"
3+
template = file("${path.module}/index.js")
44

55
vars = {
66
redirect_to = var.redirect_to != "" ? var.redirect_to : var.cloudfront_distribution

0 commit comments

Comments
 (0)