https://github.com/terminal127/aws_terraform_integration
https://github.com/terminal127/aws_terraform_integration
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/terminal127/aws_terraform_integration
- Owner: Terminal127
- Created: 2023-11-01T19:49:40.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-24T03:36:01.000Z (over 2 years ago)
- Last Synced: 2025-02-06T18:04:05.319Z (over 1 year ago)
- Language: HCL
- Size: 9.77 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Terraform AWS Infrastructure
This repository contains Terraform code to create an AWS EC2 instance with a specific security group.
## Prerequisites
Before you begin, ensure you have the following prerequisites:
- [Terraform](https://www.terraform.io/downloads.html) installed on your local machine.
- AWS credentials configured on your machine (e.g., AWS access key and secret key).
## Getting Started
Follow these steps to create the infrastructure using Terraform:
1. Clone this repository to your local machine:
```bash
git clone https://github.com/yourusername/terraform-aws-infrastructure.git
terraform init
terraform plan
terraform apply
terraform destroy