Skip to content

Srireddy88/TASK-3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 

Repository files navigation

TASK-3 DAY-3

Infrastructure as Code (IaC) with Terraform

Tools Used

  • Terraform
  • Docker

Deliverables

  • main.tf (Terraform configuration file)

  • Screenshot 2025-04-10 174350

  • Execution logs (Terraform & Docker CLI commands)


Install Terraform and Docker

terraform --version (to check terraform version)
docker -v (to check docker version)

Commads used

  terraform init                 (Initialing Terraform working directory(TASK-3))

Screenshot 2025-04-10 173016

  terraform plan              
  terraform apply -auto-approve  (Apply configuration to create resources)
  docker ps                      (Check running Docker containers)

Screenshot 2025-04-10 173121

terraform state list           (Show tracked resources)
terraform destroy -auto-approve (Destroy the resources which are created)

Screenshot 2025-04-10 174756

Final Output :

Screenshot 2025-04-10 173000

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors