Skip to content

Commit

Permalink
fixing config path
Browse files Browse the repository at this point in the history
  • Loading branch information
shashitnak committed May 22, 2024
1 parent 360a123 commit b2a4fe8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tailcall.tf
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ resource "local_sensitive_file" "bootstrap" {

resource "local_sensitive_file" "config" {
content_base64 = filebase64(var.CONFIG_PATH)
filename = var.CONFIG_PATH
filename = format("config/%s", var.CONFIG_PATH)
}

data "archive_file" "tailcall" {
Expand Down

0 comments on commit b2a4fe8

Please sign in to comment.