My Bootstrap Environment for AWS
Find a file
2025-10-12 21:45:41 +05:30
.gitignore initial commit 2025-06-02 18:37:43 +05:30
data.tf update (major): simplified variables 2025-06-04 14:58:49 +05:30
locals.tf add optional launch template resource (#3) 2025-10-12 21:45:41 +05:30
main.tf add optional launch template resource (#3) 2025-10-12 21:45:41 +05:30
README.md add optional launch template resource (#3) 2025-10-12 21:45:41 +05:30
variables.tf add optional launch template resource (#3) 2025-10-12 21:45:41 +05:30

Terraform: My AWS Bootstrap Environment

This repository contains Terraform code to set up a basic AWS environment with essential resources such as VPC, subnets, security groups, and IAM roles.

  • Author: Apache X692
  • Created on: 06/02/2025

Overview

I wanted a easy-to-setup and teardown AWS environment for testing and development purposes. This Terraform code provides a simple yet effective way to create a foundational AWS infrastructure.