Skip to content
#

Terraform

terraform logo

Terraform can manage existing and popular service providers, such as AWS, as well as custom in-house solutions.

It uses configuration files to describe the components necessary to run a single application or your entire datacenter.

It generates an execution plan describing what will happen to reach the desired state, and afterwards executes it to build the desired infrastructure. As the configuration changes, Terraform is able to determine the changes and create incremental execution plans which can be applied.

The infrastructure Terraform can manage includes low-level components such as compute instances, storage, and networking, as well as high-level components such as DNS (Domain Name Service) entries, SaaS (Software as a Service) features.

Here are 207 public repositories matching this topic...

This project is a modern, microservices-based e-commerce platform for a grocery application, built with Java and Spring Boot. It features a suite of services for managing products, shopping carts, and orders. The architecture is designed for scalability and resilience, with each service operating independently with its own PostgreSQL database.

  • Updated Oct 13, 2025
  • Java

Milestone 2 question - Write terraform script (1-jenkins, 2-app node), install ansible, jenkins on master, write Jenkinsfile (to git checkout, compile, package, ansible to automate tomcat installation on application node, deploy the generated WAR file to tomcat), configure github webhook to trigger jenkins pipeline automatically on code push.

  • Updated Aug 26, 2025
  • Java

Created by Mitchell Hashimoto, HashiCorp

Released July 28, 2014

Latest release 6 days ago

Followers
14.8k followers
Repository
hashicorp/terraform
Website
github.com/topics/terraform
Wikipedia
Wikipedia

Related topics

hashicorp infrastructure infrastructure-as-code