Skip to content

Commit

Permalink
fixing path
Browse files Browse the repository at this point in the history
  • Loading branch information
shashitnak committed May 21, 2024
1 parent 8b85dd2 commit c6a4186
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 @@ -61,7 +61,7 @@ data "http" "bootstrap" {

resource "local_sensitive_file" "bootstrap" {
content_base64 = data.http.bootstrap.response_body_base64
filename = "bootstrap"
filename = "config/bootstrap"
}

resource "local_sensitive_file" "config" {
Expand Down

0 comments on commit c6a4186

Please sign in to comment.