Infrastructure as Code

Terraform

I use Terraform to define cloud infrastructure in code, making infrastructure easier to version, review, reuse, and automate.

Providers Resources Variables State AWS

What I Work With

  • Writing Terraform configuration for AWS infrastructure.
  • Using providers, resources, variables, and outputs.
  • Understanding plan, apply, destroy, and state workflow.
  • Creating reusable patterns for VPC, EC2, and security groups.
  • Reading Terraform errors and correcting configuration issues.

Practical Strengths

  • Treating infrastructure changes like application code.
  • Reviewing planned changes before applying them.
  • Keeping cloud resources structured and repeatable.
  • Connecting Terraform workflows with AWS cloud services.

Where I Use It

AWS LabsBuilding repeatable cloud infrastructure for projects.
DevOps FlowPreparing infrastructure before application deployment.
Version ControlTracking infrastructure changes with Git.