No more typing reviews! Try our Samantha, our new voice AI agent.

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
340
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.5
Number of Reviews
51
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 April 2026, in the Configuration Management category, the mindshare of Microsoft Intune is 6.1%, down from 10.2% compared to the previous year. The mindshare of HashiCorp Terraform is 6.3%, up from 3.4% compared to the previous year. The mindshare of Spring Cloud is 2.1%, up from 0.9% compared to the previous year. It is calculated based on PeerSpot user engagement data.
Configuration Management Mindshare Distribution
ProductMindshare (%)
Microsoft Intune6.1%
HashiCorp Terraform6.3%
Spring Cloud2.1%
Other85.5%
Configuration Management
 

Featured Reviews

Abhinandan Yadav - PeerSpot reviewer
Network Security Engineer at Arrow PC Network Pvt Ltd
Modern endpoint management has transformed onboarding and strengthened remote security controls
The features of Microsoft Intune are straightforward, including Windows Autopilot, zero-touch deployment, centralized device management, and conditional access security controls. Using zero-touch deployment and Windows Autopilot in Microsoft Intune has significantly improved my workflow and organization. New laptops are shipped directly to users with no IT handling needed, and there is no manual imaging or configuration required. These features have a real impact. They save hours of manual setup per device, reduce dependency on the IT team for basic provisioning, and ensure every system is configured consistently and securely. Microsoft Intune has positively impacted my organization by improving device management. Devices are managed from a single cloud console. It has reduced manual work for provisioning and configuration. It has faster onboarding using Autopilot. It has enhanced security posture through enforced compliance policies, encryption, antivirus, and password rules. Conditional access ensures only trusted devices can access resources. I have better support for remote users, as devices can be managed from anywhere with no dependency on office network or VPN for basic management. It has easy troubleshooting and policy updates.
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

"Microsoft Intune's autopilot has been nice to have."
"The solution is easy to use, simple to understand for those new to using it, and combined with the other Microsoft products it makes for an overall good package."
"Users can make screenshots, and devices only need the minimal version of iOS."
"It works pretty well for us."
"The Autopilot feature is fantastic; it is a Microsoft product, so it deals best with Microsoft operating systems, but it can integrate with iOS, Mac OS, Linux, and Android."
"Advanced endpoint analytics provides granular information about devices in Microsoft Intune, facilitating easier troubleshooting at system and application levels."
"The best feature of Microsoft Intune is that it managed the endpoints."
"It is helpful for managing devices anytime and any place without requiring dependency on the local networks."
"This solution is a fast and secure way to provision infrastructure."
"It allows for the abstraction of the work away from the developer into automated processes."
"With Terraform, you don't need to understand the console of your cloud providers. You only need to understand how Terraform works, and you manage your infrastructure tools in Terraform."
"HashiCorp Terraform also supports multi-cloud developments, allowing us to work with AWS, Azure, Google, and Oracle simultaneously."
"The most valuable aspect of this solution is the coding of our infrastructure. You can code it once and run it multiple times."
"One of the most valuable features is that it offers the ability to create a VPC, Virtual Private Cloud and VPN connectivity to the VPC can be automated without having to do it manually."
"The state backend, automated describe functionality, modular structures, and variablization using templates are most valuable."
"The most valuable features of HashiCorp Terraform are automation and management capabilities."
"It offers excellent scalability."
"Spring Cloud integrates well, and as it's code-based, you can do more customization, so with the way you configure or code, you can have your custom implementations, making it the best integration option if you have Java Spring Web Services."
"Spring Cloud integrates well."
"The solution's initial setup is straightforward. The deployment process took me around ten minutes to fifteen minutes."
 

Cons

"The main disadvantage seen today is regarding Linux clients. We have a lot of development resources that have Linux on their clients, and we can't manage them on the same platform, as we do with other clients such as macOS and Windows."
"If you're looking forward to deficiency, I'd say that the Endpoint Manager support at the lower levels is poor."
"Data leak prevention can be integrated into it. Currently, it does not have data leak prevention."
"Integrating certain group policies can be challenging and may necessitate using on-premises systems to integrate them with Microsoft Intune."
"Microsoft Intune lacks the ability to provide seamless remote assistance or remote control."
"I think there should be a better tracking of the cell phones used on the Intune."
"Microsoft Intune is not user-friendly to manage and has room for improvement."
"You can have a bad day where 80% of the enrollments failed. The next day it's running with the same devices without any changes, and you don't know why."
"Terraform lacks in running script."
"One area for improvement is real-time syncing with the actual infrastructure. Currently, you have to run CLI commands to sync the state file."
"There are times when a small error can ruin very valuable resources. In that case, exception handling in development can improve the overall Terraform productivity."
"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."
"Two aspects of HashiCorp Terraform could be improved: it should have better included tests and a more precise validator."
"Some responses are very long, and some needed features take a lot of time."
"Terraform could create more examples in the documentation."
"Lacks flexibility in common programming languages."
"If there's a dashboard like the ones provided by Apigee or Kong, that will be useful."
"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

"Intune is moderately expensive. You can get the license bundled with Office 365 E3 or E5 licenses. The E5s are a bit expensive, but you get some cheaper solutions with Intune."
"It is reasonable for the features it has."
"It is average. Some of the costs are quite high depending on what the customer currently uses, but overall, it is not bad. I would not say that I would not recommend Intune based on the cost. I definitely would, but they can definitely improve on the cost. So overall, its cost is not bad."
"Even if they charge a premium, they aim to provide equal value."
"We don't pay for Intune because it is bundled with the premium subscription to Office 365. It includes Intune and Defender. I don't have to buy two extra products to manage my enterprise."
"I would rate the price a four out of ten with ten being the most expensive."
"We work in the charity sector, so a lot of our clients get Microsoft Premium licenses or Business Premium for free. They get ten licenses free, and a lot of our clients do not have more than ten staff members. They are getting the tool for free, so its cost is not an issue."
"It comes with the E5 plan. We bought the E5 plan from Microsoft."
"They have given it to us at a monthly cost, but it is on a yearly basis."
"The solution is fairly priced."
"Terraform is a little expensive."
"We use the solution's free version."
"It is an open-source product."
"I rate the price of HashiCorp Terraform a seven out of ten."
"HashiCorp Terraform is a free solution."
"If you use the solution according to the recommended way by HashiCorp, it is more expensive."
"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.
886,719 professionals have used our research since 2012.
 

Top Industries

By visitors reading reviews
Financial Services Firm
10%
Manufacturing Company
9%
Computer Software Company
9%
Government
8%
Financial Services Firm
21%
Manufacturing Company
12%
University
7%
Performing Arts
6%
Financial Services Firm
26%
Outsourcing Company
9%
Comms Service Provider
8%
Logistics Company
8%
 

Company Size

By reviewers
Large Enterprise
Midsize Enterprise
Small Business
By reviewers
Company SizeCount
Small Business128
Midsize Enterprise55
Large Enterprise168
By reviewers
Company SizeCount
Small Business26
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 used the free version of HashiCorp Terraform with no setup cost or licensing needed.
What needs improvement with HashiCorp Terraform?
There can be improvements in HashiCorp Terraform. There are times when a small error can ruin very valuable resources...
What is your primary use case for HashiCorp Terraform?
My main use case for HashiCorp Terraform is to provision infrastructure on AWS cloud. This is the main goal of my usi...
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: April 2026.
886,719 professionals have used our research since 2012.