Levi Velázquez
Levi Velázquez
I'm having this problem too.
@mars The issue, in this case, is when `resource "heroku_build" "initial_build" {` runs on the plan, it makes a `stat` command over the `local.source_code` path but it doesn't exist yet,...
@mars I tried to upload my code base to S3 and created a pre-signed URL with expiration and pass it to `source.url`. But the pre-signed URL always changes and it...
@mars So, If I want to build an heroku app from terraform and avoid downloading the code before, it needs to be a public file, it can't be from a...