I am trying to create a template (-n9Md7 currently unpublished) based on this project (id: 462b54b8-a74e-4132-8c36-8530315ad71e) and faced a couple of issues:
- I expected that the variable bindings (
DATABASE_PRIVATE_URL->${{Postgres.DATABASE_PRIVATE_URL}}andDATABASE_URLto${{Postgres.DATABASE_URL}}to have been populated in the template. They weren't. - I defined those bindings in the template manually. When I try to publish the template, I get "Missing variable details": "Please add description or default values for all variables".
Any ideas on fixing this?