Skip to content

codezelaca/devops-terraform

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Terraform Web Server Project - Code Files

This folder contains all the Terraform configuration files for the hands-on project.

Files Included:

  1. provider.tf - AWS provider configuration
  2. variables.tf - Input variables
  3. main.tf - Main infrastructure resources (Security Group + EC2 Instance)
  4. outputs.tf - Output values

Quick Start:

  1. Copy all .tf files to a new folder on your computer
  2. Open terminal/command prompt in that folder
  3. Run: terraform init
  4. Run: terraform plan
  5. Run: terraform apply
  6. Type yes when prompted
  7. Wait 2-3 minutes, then visit the URL shown in the output

To Clean Up:

Run: terraform destroy Type yes when prompted

Prerequisites:

  • Terraform installed
  • AWS account
  • AWS credentials configured (run aws configure)

For complete step-by-step instructions, see the main project guide document.

devops-terraform

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages