/infra-jenkins

A repo to Jenkins infrastructure

Primary LanguageHCL

infra-jenkins

CSYE7125: Advanced Cloud Computing


Milestone: Assignment 01
Developer: SaiMahith Chigurupati
NUID: 002700539
Email: chigurupati.sa@northeastern.edu

Instruction to run the project

// initializing terraform
terraform init

//previewing the infrastructure
terraform plan

// creating the infrastructure in aws
terraform apply