Alexander Friedl
Alexander Friedl
👍 for adding support for the `.context()` method! :) One possible use-case on our end would be to pass request information to objection hooks like `$beforeInsert`
I would love for something like this to be possible as well! It would be great if a `.ebextensions` config file could look like ```yaml option_settings: aws:elasticbeanstalk:application:environment: DB_USER: '{{resolve:secretsmanager:secretId:SecretString:DB_USER}}' DB_PWD:...
I had the same error. You are likely missing `environment = "production` in your service binding. ``` { type = "service", name = "WORKER_SELF_REFERENCE", environment = "production" service = local.worker_name...
Never mind, I actually still see that error after running `apply`, even with that env in the binding and the `cloudflare_workers_custom_domain` My setup: ``` resource "cloudflare_workers_script" "name" { ... bindings...