diff --git a/aws/tailcall.tf b/aws/tailcall.tf index 10abfbc..1a3f547 100644 --- a/aws/tailcall.tf +++ b/aws/tailcall.tf @@ -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}" }