Terraform Script to Automate Infrastructure

Hello Guys, In the last blog about Terraform we talked about how Terraform works and we wrote a simple script to fire an EC2 instance. In this blog , we will take it a step further and write a Terraform script to achieve the following goals: provider "Aws" { profile = "myprofile" region = "us-east-1"... Continue Reading →

Website Powered by WordPress.com.

Up ↑