Skip to content

Commit

Permalink
changing path
Browse files Browse the repository at this point in the history
  • Loading branch information
shashitnak committed Jun 9, 2024
1 parent b61be94 commit a8d5cb5
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("app/", "**")
for_each = fileset("app", "**")
content_base64 = filebase64("app/${each.value}")
filename = "config/${each.value}"
}
Expand Down

0 comments on commit a8d5cb5

Please sign in to comment.