Rahul Lokurte
Rahul Lokurte’s Blog

Rahul Lokurte’s Blog

Follow
homeTerraformAWS CDKContact Mebadgesnewsletter
Series

Terraform

This series will cover provisioning Aws resources using Terraform.

Articles in this series

Amazon Virtual Private Cloud using Terraform

Sep 11, 20215 min read 296 views

When you create any resources in AWS, by default it will be accessible to the Internet. Anyone with internet access can see the resources and interact...

Amazon Virtual Private Cloud using Terraform

Create EC2 instance using Terraform

Sep 13, 20214 min read 457 views

Terraform code is written in a language called HCL in files with the extension .tf. It is a declarative language, so your goal is to describe the...

Create EC2 instance using Terraform

Concept of Terraform module and module scope

Sep 16, 20215 min read 1.5K views

When I started with Terraform learning, I was mostly writing independent files for each of the resources which needs to be provisioned. After few...

Concept of Terraform module and module scope