Skip to main content

Command Palette

Search for a command to run...

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

Using Typescript with Terraform IS possible

Published
•1 min read
Typescript & Terraform for beginners - Infrastructure as code (IaC)
P

A software engineer that likes to call himself a software engineer.

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

P

Glad you found it useful Shubham Sigdar 100Devs