My Bootstrap Environment for AWS
| .gitignore | ||
| data.tf | ||
| locals.tf | ||
| main.tf | ||
| README.md | ||
| variables.tf | ||
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.