Pacholo Amit
Misadventures of a self-taught developer

Follow

Misadventures of a self-taught developer

Follow

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

Using Typescript with Terraform IS possible

Pacholo Amit's photo
Pacholo Amit
·Jun 12, 2022·

1 min read

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 language

 
Share this