Skip to content

Commit c935f0f

Browse files
committed
fix: Change "default" to "this"
1 parent 38902fb commit c935f0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

terraform/django.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ module "django" {
2626
}
2727

2828
resource "heroku_addon" "redis" {
29-
app_id = heroku_app.default.id
29+
app_id = heroku_app.this.id
3030
plan = "heroku-redis:mini"
3131
}
3232

0 commit comments

Comments
 (0)