DEV Community

Cover image for Typescript & Terraform for beginners - Infrastructure as code (IaC)
pacholoamit
pacholoamit

Posted on

Typescript & Terraform for beginners - Infrastructure as code (IaC)

Today I'm going to demonstrate how to spin up AWS Infrastructure using Typescript and Terraform. To spin up infrastructure using Terraform, usually we'll have to write HCL (Hashicorp Configuration Language) manifests but with Terraform CDK we can spin up our own infrastructure with various Cloud providers (AWS, Google, Azure, etc) while using our favorite programming languages.

Top comments (0)