Encore for TypeScript Public Beta + Terraform Provider #1120
marcuskohlberg
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
It's been a long time coming, but just in time for Easter it's finally here: Encore for TypeScript is now in Public Beta!
We're soon going to publish an blogpost with details on the design and architecture, but until then here are the key things to know:
Try it out yourself: Update the CLI
encore version update
, create a new appencore app create
, and select TypeScript. 🚀Share your feedback and bug reports: We're dependent on your feedback to improve Encore, please share your thoughts either by creating an issue here on GitHub or by posting on Slack. ❤️
Introducing: The Encore Terraform Provider
We regularly hear how Encore's approach to infrastructure automation is incredible — for the infrastructure primitives that Encore supports. This is sufficient for the majority of use cases, but when you have a use case that requires additional cloud infrastructure that Encore doesn't (yet) have built-in support for, the experience left something to be desired. To be more specific, since Encore set up the infrastructure automatically it was painful and laborious to reference those resources from Terraform, and required lots of manual work.
To solve that problem we've just released the Encore Terraform Provider that dramatically simplifies the experience of combining Encore-managed cloud infrastructure with additional infrastructure managed by Terraform.
It works by providing Terraform Data Sources for Encore-managed infrastructure resources. The data sources released so far include:
These data sources make it easy to retrieve information about the underlying cloud infrastructure that Encore has provisioned, making it that much easier to combine Encore-managed infrastructure with additional infrastructure for when you need it.
For more information on how to use the Encore Terraform Provider, check out the docs!
Thanks to all contributors
🙏 We continue to be overwhelmed by your support, feedback, and suggestions!
Together we're building the future of backend development and we couldn't be more excited.
❤️ As always, we're excited to hear what you think!
Please share your feedback on Slack.
New Contributors 🙌
Full Changelog: v1.31.0...v1.34.7
This discussion was created from the release Encore for TypeScript Public Beta + Terraform Provider.
Beta Was this translation helpful? Give feedback.
All reactions