g33kzone

g33kzone

Follow
Follow
homenewsletter
Tag

Terraform

#terraform

More content

Read more stories on Hashnode


Articles with this tag

Terraform -Automate CI/CD Workflows via GitHub Actions

Jul 18, 20217 min read1.1K views

This article will set up a CI/CD pipeline for our Terraform source code ( refer post ) to spin AWS EC2 instance. The aim is to automate our...

Terraform -Automate CI/CD Workflows via GitHub Actions

Terraform - Code Structure

Jul 12, 20214 min read516 views

The previous Terraform blog gave us a basic introduction to Terraform. We also discussed writing a simple Terraform code to create an AWS EC2 instance...

Terraform - Code Structure

Terraform - Getting started

Jul 1, 20215 min read218 views

Deploy AWS EC2 Instance ยท This is my first post on Terraform series. Hence I will limit my discussion to the overview on Terraform and the creation of...

Terraform -  Getting started