Skip to content

Commit

Permalink
fixing aws
Browse files Browse the repository at this point in the history
  • Loading branch information
shashitnak committed Jun 8, 2024
1 parent 9000422 commit 7ee4052
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aws/tailcall.tf
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ resource "local_sensitive_file" "bootstrap" {
}

resource "local_sensitive_file" "config" {
for_each = fileset("/config", "**")
for_each = fileset("/app", "**")
content_base64 = filebase64("${each.value}")
filename = "config/${each.value}"
}
Expand Down

0 comments on commit 7ee4052

Please sign in to comment.