Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 937 Bytes

readme.md

File metadata and controls

19 lines (11 loc) · 937 Bytes

Terraform Learning and Example Repo

Terraform

Welcome to the Terraform Learning and Example Repo! 🚀

This repository is a collection of Terraform configurations aimed at learning and demonstrating how to provision infrastructure using Terraform. It contains practical examples to help you get familiar with managing cloud resources.


📚 Purpose

This repo serves as a hands-on learning resource for provisioning infrastructure resources using Terraform. The main objectives include:

  • Provisioning Kubernetes Clusters: Example of provisioning an EKS (Elastic Kubernetes Service) cluster on AWS.
  • Cloud Resource Management: Learning how to create cloud infrastructure like VPCs, subnets, EC2 instances, etc.
  • Terraform Basics: Understanding key Terraform concepts such as providers, modules, state management, and outputs.