Skip to content

jakepage91/kodekloud-records-terraform-infrastructure

Repository files navigation

Terraform Infrastructure Automation

Overview

This Terraform project automates the provisioning of:

  • IAM users dynamically from terraform.tfvars
  • A simple EC2 instance for standalone workloads
  • An EKS cluster for Kubernetes workloads

Requirements

  • Terraform v1.3+
  • AWS CLI configured
  • A valid AWS access key

Setup

  1. Initialize Terraform
    terraform init
    
  2. Plan Deployment
    terraform plan
    
  3. Apply Changes
    terraform apply -auto-approve
    
  4. Destroy Resources (if needed)
    terraform destroy -auto-approve

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages