Skip to content

bittu664/vcare-test-terraform

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vcare-test-terraform

STEPS TO CREATE THIS WHOLE PROJECT

firstly create 2 folder one for networks and another is for other AWS resources..

Steps:-1 Go to VPC folder which includes VPC section, and lauch vpc with these commands:-

terraform init 

Screenshot

terraform plan
terraform apply

Screenshot

Steps:-2 Then go to other-resources folder >> route53, then apply the same tf commands:-

terraform init 
terraform plan
terraform apply

Screenshot

Steps:-3 Then go to Others folder >> ecs-and-ecr then apply the same tf commands:-

terraform init 

But this time we use -out parameter

terraform plan  -out plan.out
terraform apply plan.out 

TO destroy the resources

terraform destroy

FOR CI/CD PIPELINE AND SONARQUBE

Here i created 2 ec2 server one for sonarqube and 2nd for jenkins-server

then i installed sonarqube with docker-compose and install jenkins for CI/CD

Screenshot

Screenshot

Screenshot

Sonarqube-dashboard

Screenshot

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages