Try our new research platform with insights from 80,000+ expert users

HashiCorp Terraform vs Spring Cloud comparison

Sponsored
 

Comparison Buyer's Guide

Executive SummaryUpdated on Sep 16, 2024

Review summaries and opinions

We asked business professionals to review the solutions they use. Here are some excerpts of what they said:
 

Categories and Ranking

Microsoft Intune
Sponsored
Ranking in Configuration Management
2nd
Average Rating
8.2
Reviews Sentiment
6.7
Number of Reviews
334
Ranking in other categories
Remote Access (2nd), Enterprise Mobility Management (EMM) (1st), Unified Endpoint Management (UEM) (1st), Microsoft Security Suite (1st)
HashiCorp Terraform
Ranking in Configuration Management
4th
Average Rating
8.6
Reviews Sentiment
6.4
Number of Reviews
50
Ranking in other categories
No ranking in other categories
Spring Cloud
Ranking in Configuration Management
22nd
Average Rating
6.6
Reviews Sentiment
7.2
Number of Reviews
3
Ranking in other categories
No ranking in other categories
 

Mindshare comparison

As of March 2026, in the Configuration Management category, the mindshare of Microsoft Intune is 6.9%, down from 10.1% compared to the previous year. The mindshare of HashiCorp Terraform is 5.6%, up from 3.5% compared to the previous year. The mindshare of Spring Cloud is 2.0%, up from 0.8% compared to the previous year. It is calculated based on PeerSpot user engagement data.
Configuration Management Mindshare Distribution
ProductMindshare (%)
Microsoft Intune6.9%
HashiCorp Terraform5.6%
Spring Cloud2.0%
Other85.5%
Configuration Management
 

Featured Reviews

AkashKamble - PeerSpot reviewer
Sr MacOS specialist engineer at Cyber24
Enables management of multiple operating systems with a single license
The best feature is that it's a Microsoft product, so if anything goes wrong, we get quick support for anything required. Remote system functionality allows us to sit anywhere and take control of any device via remote management. We can enhance security for clients' laptops with built-in Microsoft Defender, which is available with the Microsoft Intune license. We use it for reporting purposes through endpoint analytics. When pushing scripting, there are two types available: remediation script and reservation script. Through endpoint analytics, you can push defender policies to clients. It helps with reporting, inventory updates, and monitoring tenant status health.
Vaishnavi Pramod Isasre - PeerSpot reviewer
DevOps Cloud Engineer at Infosys
Has automated multi-cloud deployments and simplified infrastructure management with reusable modules
We have developed one solution using HashiCorp Terraform. HashiCorp Terraform's state management capabilities are the main key point because whatever HashiCorp Terraform creates is stored in a state. Managing this state file is crucial. We can manage it either locally or remotely, but using local storage can lead to failures, and we might lose our state file. Best practice is to store it remotely, such as on AWS S3 or Azure storage blobs, and we must maintain versions of the state file. This allows us to revert to previous states in version control if there are issues with the current state. HashiCorp Terraform's modular architecture is beneficial because I have created a module for EC2 instances. When a team member wants to create an EC2 instance, they can utilize my module without recreating it. This approach follows the DRY principle (do not repeat yourself), achieving simplicity and reducing code repetition. On a scale of one to ten, I rate HashiCorp Terraform an eight out of ten.
RahulSingh12 - PeerSpot reviewer
Solution Architect & Group Lead at AppEnsure Inc.
Though the initial setup phase is straightforward, its stability needs to improve
The solution's initial setup is straightforward. The deployment process took me around ten minutes to fifteen minutes. I can do the configuration. Setting up Eureka Servers and all those things, it will take three-four hours. For deployment, you need to add Spring Cloud plugin to a manual, and then you can start to build, and it will be built. It is not complex, so it is very straightforward since one just needs to add the plugin. Spring Cloud is a component. It is not a, like, tool or software since it is a free cloud, for which a Eureka Server is needed for configuration. So, it is a dependency you need to add to your Maven. Then, you can work on that. So, it will not take much time for engineers to do that.

Quotes from Members

We asked business professionals to review the solutions they use. Here are some excerpts of what they said:
 

Pros

"What I like the most about Microsoft Intune is its ability to manage mobile devices. Through integration with System Center, it can also manage desktops and laptops."
"Microsoft's cloud comes with a lot of extra features that are free of charge."
"Intune's security features for Apple iOS and Mac OS are helpful. We can check enrollment, manage public and private settings, and manage the organization's data using security key features."
"Microsoft Intune is reliable, scalable, and user-friendly."
"While I don't think you can ever have full visibility and control, Intune certainly allows us to see the applications being used and tells us if things like Windows patches aren't applied to machines. It does a good job. That visibility makes life a little easier."
"We handle the distribution software, collect metrics for app usage, and create policies to make the device compliant for Microsoft Intune."
"I would rate the stability of Microsoft Intune nine out of ten."
"One valuable feature of Microsoft Intune is the enrollment process, which is user-based, making it easier to manage compared to AirWatch."
"Provides automation which has increased our efficiency."
"The most valuable feature of HashiCorp Terraform is the custom modules."
"HashiCorp Terraform also supports multi-cloud developments, allowing us to work with AWS, Azure, Google, and Oracle simultaneously."
"Terraform is that it is an open-source tool that gives us great flexibility. Using the Terraform HCL, we are not restricted to a single cloud provider. If my client asks me to deploy the same infrastructure on Azure or GCP, I can use the same code with minor modifications to account for the different providers. This means we are not limited to a specific cloud."
"It is a stable solution."
"The most valuable feature is predictability."
"It allows for the abstraction of the work away from the developer into automated processes."
"The feature "Terraform Plan" is the most valuable in HashiCorp Terraform as it allows us to see the differences between the current infrastructure and the one we are about to deploy, keeping things safe. Additionally, we appreciate the use of the modules as it helps in making the application scalable."
"Spring Cloud integrates well."
"The solution's initial setup is straightforward. The deployment process took me around ten minutes to fifteen minutes."
"It offers excellent scalability."
 

Cons

"There is room for improvement in the reporting capabilities, specifically app reporting. It is challenging to report which apps are installed on which device."
"Reporting could be improved. It needs to be more expensive and robust."
"I would say the interface and dashboard summarizing the devices' status and compliance could be improved."
"They should improve its compatibility with other operating systems such as iOS and Linux. It supports Linux but they still need to work on the iOS part."
"Sometimes, it takes time to synchronize the policies between the portal and the devices, you don't have a way to estimate how long it will take to deploy. You have some kind of gray area, where it can deploy in 30 minutes or three days."
"Additional application deployment options e.g. MSI deployment with more complex parameters or additional side-by-side files, and non-MSI deployment options."
"I find the price for Microsoft Intune too high, which represents an area for improvement in Microsoft's pricing model."
"The reporting functionality of Microsoft Intune is limited compared to Microsoft System Center, which offers many more reporting options."
"This solution could be improved by adding features such as CDM to accelerate the access of data by the users."
"There are potential improvements in the backend stability of HashiCorp Terraform."
"I initially found the initial HashiCorp Terraform difficult to comprehend. It's complex and not straightforward, requiring proper training to grasp it. Even someone with a background in networking or cybersecurity would need guidance from someone knowledgeable."
"Terraform lacks in running script."
"If you are copying something from a well running machine to a remote machine, there are some issues with the current version, but it is acceptable."
"They should include tutorials for understanding the use cases."
"I still struggle a bit when configuring VPNs when we have multiple rules. If we have five or six virtual private clouds and we have to give rights between those multiple VPCs, we can have big problems. I think it was a learning curve and then we improved it."
"Some areas where Terraform could improve would be challenges in managing sensitive information, especially when dealing with secret files or credentials."
"It would be beneficial for the framework to become more lightweight and efficient when transitioning to the cloud."
"If there's a dashboard like the ones provided by Apigee or Kong, that will be useful."
"Stability is one area in the solution that needs to improve."
 

Pricing and Cost Advice

"It is not expensive."
"The cost of the license and the features are justified for myself as a technical person."
"It's affordable. It's cheaper if you have an Office 365, E5, or E3 subscription because everything is there."
"Based on the features that it gives, it is cost-efficient. It is not necessarily on the expensive side of the scale. It provides a hefty number of features that any organization would want. It is in a good price range."
"The price is very reasonable."
"The price of Intune is included with the license for Office 365, so we don't have to pay anything extra for it."
"The Intune license model is costly."
"I don't have any problem as far as cost is concerned. It is bundled with our license."
"I rate the price of HashiCorp Terraform a seven out of ten."
"There are free and paid versions of the solution. We use the free version."
"The setup for Terraform is quite easy and currently, we are using their community version along with Jenkins."
"The solution is open-source."
"They have given it to us at a monthly cost, but it is on a yearly basis."
"It is an open-source product."
"The solution is fairly priced."
"HashiCorp Terraform is a cost-effective solution."
"Currently, we are not required to pay for licenses."
"Spring Cloud is an open-source solution."
"It is an open-source or free version solution. It also has a paid version, but we have used the open-source version for now."
report
Use our free recommendation engine to learn which Configuration Management solutions are best for your needs.
884,797 professionals have used our research since 2012.
 

Top Industries

By visitors reading reviews
Manufacturing Company
10%
Computer Software Company
10%
Financial Services Firm
9%
Government
8%
Financial Services Firm
15%
Manufacturing Company
12%
Performing Arts
7%
University
7%
No data available
 

Company Size

By reviewers
Large Enterprise
Midsize Enterprise
Small Business
By reviewers
Company SizeCount
Small Business124
Midsize Enterprise53
Large Enterprise167
By reviewers
Company SizeCount
Small Business25
Midsize Enterprise7
Large Enterprise24
No data available
 

Questions from the Community

How does Microsoft Intune compare with VMware Workspace One?
Microsoft Intune is a great tool for managing a mobile device fleet while keeping access control. The solution makes ...
What are the pros and cons of Microsoft Intune?
Microsoft Intune is a great configuration management tool and has a lot of good things going for it. Here are some of...
How does Google Cloud Identity compare with Microsoft Intune?
Microsoft Intune offers not only an easy-to-deploy data protection and productivity management solution, but also ...
What is your experience regarding pricing and costs for HashiCorp Terraform?
I use the open-source version of Terraform, so there is no cost for me. There is a paid version available for clients...
What needs improvement with HashiCorp Terraform?
HashiCorp Terraform could be improved by enhancing security around state files, as it stores sensitive information su...
What is your primary use case for HashiCorp Terraform?
The usual use cases for HashiCorp Terraform that I work with mostly include automating tasks such as provisioning res...
Ask a question
Earn 20 points
 

Also Known As

Intune, MS Intune, Microsoft Endpoint Manager
Terraform
No data available
 

Overview

 

Sample Customers

Mitchells and Buzzers, Callaway
Information Not Available
Information Not Available
Find out what your peers are saying about HashiCorp Terraform vs. Spring Cloud and other solutions. Updated: March 2026.
884,797 professionals have used our research since 2012.