TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: Terrabook – Replit for Infrastructure

23 pointsby igorzijalmost 3 years ago
Hi HN, one of the founders here. We were thinking hard on what would lower the entry barrier &#x2F; smoothen the learning curve for infrastructure. It&#x27;s got to be easy to build so something visual probably; and it&#x27;s got to be &quot;real&quot; so perhaps some kind of infra-as-code underneath. We experimented a lot with the low-code angle (the most recent OpsFlow which we got tons of feedback on from HN - thank you!!)<p>And then it hit us. With python, there&#x27;s a huge difference in ease of use between a Jupyter notebook and locally run python code, even though the code is the same. So we don&#x27;t even need to hide the code, as long as it is easy to write. Replit demonstrates the same concept even more vividly; but we thought we&#x27;d borrow the blocks idea from Jupyter &#x2F; Google Colab.<p>This is how Terrabook came to be - just blocks of Terraform really. The key thing is that they are pre-filled, and you can write whatever you want.<p>a. Mix and match pre built terraform. b. Modify pre built blocks to create your own custom terraform c. Deploy to AWS in one click.<p>We also added templates for frontend, backend &amp; databases - so you just click a button and get a working piece.<p>HN has been a constant source of constructive feedback for us, and we would be extremely grateful for insight on how you feel TerraBook is. Feel free to drop your harshest feedback in the comments below!

3 comments

EncoreAppalmost 3 years ago
I understand Digger&#x27;s philosophy of &quot;always keep launching&quot;. You guys launch products on what seems like a weekly basis to see what might stick. All the products lead back to Digger. That being said, how is this specifically different than using Terraform modules? Is the big selling point just being able to click and generate terraform code? Is it different than what Brainboard is doing?
评论 #32191831 未加载
blown_gasketalmost 3 years ago
Feedback from someone that started with traditional datacenter infrastructure and is now dealing with cloud-infra automation.<p>I don&#x27;t see Terraform as the best IaC framework for lowering the barrier to put infrastructure into developers hands (personally I think that product developers should develop and not worry about infrastructure, but that&#x27;s a different conversation).<p>The difference in state management is pretty much the biggest difference between Ansible, Puppet, and Terraform - the first two you don&#x27;t have to worry about it. With Terraform you do. You can&#x27;t just rewrite code and give resources new names, if you do during a plan it will tell you that it wants to delete the old named resources and deploy the resources with new names.
turtlebitsalmost 3 years ago
I&#x27;m not sure how this is really useful. It&#x27;s just a snippet library?<p>It still requires you understand terraform and AWS constructs, and if you understand those, you probably don&#x27;t need this.
评论 #32197412 未加载
评论 #32197444 未加载