Skip to content

Commit

Permalink
fix syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
mars committed Oct 25, 2021
1 parent e9a9189 commit 493c90b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ resource "heroku_app" "example" {
resource "heroku_build" "example" {
app = heroku_app.example.name

source = {
source {
path = "app/"
}
}
Expand Down

0 comments on commit 493c90b

Please sign in to comment.