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
377
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
3rd
Average Rating
8.6
Reviews Sentiment
6.6
Number of Reviews
53
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 June 2026, in the Configuration Management category, the mindshare of Microsoft Intune is 4.9%, down from 10.3% compared to the previous year. The mindshare of HashiCorp Terraform is 7.4%, up from 3.4% compared to the previous year. The mindshare of Spring Cloud is 2.1%, up from 1.1% compared to the previous year. It is calculated based on PeerSpot user engagement data.
Configuration Management Mindshare Distribution
ProductMindshare (%)
Microsoft Intune4.9%
HashiCorp Terraform7.4%
Spring Cloud2.1%
Other85.6%
Configuration Management
 

Featured Reviews

OluwashileAdeniyi - PeerSpot reviewer
Senior Infrastructure Security Engineer at a outsourcing company with 51-200 employees
Centralized endpoint security has improved and supports hybrid work and BYOD policies
Regarding what I dislike about Microsoft Intune and its downsides, I would say that more Mac controls are needed because we have limited Mac and Linux control. When comparing controls and policies between Windows, Mac, and Linux, Windows has almost everything you can think of, while Mac and Linux have limited types of control. You cannot implement certain things on Mac and Linux that you can on Windows. The limited controls are a major issue. Additionally, if Microsoft could find a way to embed servers into Microsoft Intune, that would be beneficial. Microsoft Intune is not really designed for servers or Windows servers. It is more tailored towards Windows 11 and Windows 10 operating systems. Windows servers are not fully supported. Enterprise organizations usually have both servers and endpoints, which are users' workstations. For servers, most people look for other solutions such as SCCM, which is Configuration Manager. However, SCCM is what Microsoft Intune is trying to replace. Both SCCM and Microsoft Intune belong to Microsoft. Microsoft is trying to transition organizations into Microsoft Intune, the native cloud solution. However, because this update is still in process, servers are not fully compatible with Microsoft Intune and cannot be managed by it. The current policy that has emerged from issues with clients is what they call co-management, which is relatively new, and I do not know if adoption is significant. Many legacy or older customers who have been using these products for decades still have SCCM. When it is time for them to manage their Windows devices, they use what is called cloud attach. Cloud attach is a term whereby your SCCM is connected to your Microsoft Intune. Most people do not know about it, but I have deployed it for several organizations. Cloud attach and co-management work together so that your device is in SCCM, but some policies are pushed from Microsoft Intune. It is like two different solutions working hand in hand. That is what they call co-management. Microsoft Intune does not bring all of your endpoint and security management tools into one place, which is the goal and how it should be. However, as I mentioned, servers are not included. If we talk about end users, Microsoft Intune does bring all your devices together. In a typical enterprise environment, you have end users with workstations, laptops, company-issued phones, and bring your own devices. You can create policies for all of these. However, for the backend, your servers do not have much coverage. Servers are not really covered by Microsoft Intune in that way.
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.
Erick  Karanja - PeerSpot reviewer
Technical Lead at Cellulant Kenya
Highly scalable development of cloud-native applications that offers an extensive range of tools and features, with significant learning curve and complex configurations
We use it for building cloud-native applications and APIs and it helps us effectively manage various aspects of our application It enables you to create applications that can start up more quickly than a standard Spring Boot application. It would be beneficial for the framework to become more…

Quotes from Members

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

Pros

"The best part of Intune is device control. If we need to block a user from opening something in their organization's system, we can do it from Intune. If we want to restrict the movement of an organization's data to prevent users from copying the data into Outlook, WhatsApp, or their personal Gmail, we can limit that via Intune. It secures all corporate data."
"I have seen a return on investment with Microsoft Intune, as it has saved me resources; previously, I managed my infrastructure with a team of around six to seven members, but after transitioning to the Microsoft Intune hybrid model, I am able to manage it with just one resource, allowing me to cut costs significantly, around 50-60 lakhs."
"Intune is effective because of the configuration management and endpoint security it provides. The graphical interface makes it easier to configure and deploy devices."
"The product has eased the deployment of Microsoft apps to the devices. We can manage it properly. We can control it and push the updates. Another company helped us with the deployment. However, we can do it internally."
"The initial setup is not overly complex or difficult."
"We have a BYOD policy, and this solution helps us manage our devices."
"Microsoft Intune is a scalable, secure, and cost-effective endpoint management solution that aligns with modern workplace needs."
"Microsoft Intune is best for Windows devices and security in Office 365 and Microsoft-related enterprise environments. It's a nice platform for endpoint management."
"Can be used across multiple cloud providers and multiple platforms."
"HashiCorp Terraform allows for controlling storage and infrastructure status."
"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."
"The initial setup of HashiCorp Terraform was easy."
"This is a super robust solution and I would recommend it to anyone."
"HashiCorp Terraform operates on a declarative rather than imperative approach, which enables us to repeat processes and creation, allowing us to test, rollback, and view the history of every change using Git."
"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."
"It's very easy to automate functions on the cloud with HashiCorp Terraform. The commands are easy as well."
"It offers excellent scalability."
"The solution's initial setup is straightforward. The deployment process took me around ten minutes to fifteen minutes."
"Spring Cloud integrates well."
"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."
 

Cons

"Every day, we see a new feature that we want to apply, but what will be great for Intune is to be able to deploy apps in a simple fashion."
"Manually syncing devices to enforce policies is cumbersome."
"One drawback of Intune is that we cannot find devices based on a user's region or location."
"Due to the abundance of features, there's a lot to organize, which makes managing and setting up the solution challenging. The setup is immense, and it would be good to see improvement in this area."
"One area where Microsoft Intune could improve is policy troubleshooting and reporting. Identifying why a device is non-compliant or why a deployment failed can sometimes require longer than expected."
"I know that their AI pieces are at the infancy stage, but allowing users to do more tagging for information would be an interesting thing because Intune also directly integrates with Azure. Because a lot of the devices are hosted with that, you also get a lot of tagging of user data and other things like that."
"We are facing issues with Apple products. With macOS and iOS, there are some difficulties with the updates because we cannot get full control of Apple products. In the case of Windows, it is fine, but in the case of Apple, we have some difficulties. We cannot control everything through Intune."
"There could be some kind of feature that supports a workgroup environment or a separate environment without the Entra ID."
"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 should also support YAML language, which is more user-friendly than HCL. They should also add a GUI, so you don't need to memorize all the commands. A GUI would enable us to do everything with a click of a button."
"The price of the solution could improve."
"I would want to see more programmatic capabilities implemented, such as if, else, and simple to manage things in terms of how I can use some programming functions to assist us to achieve more. I would like to have programming language-relevant features, to have programming language be the primary way."
"HashiCorp Terraform state management could be improved to be used efficiently with multi-users."
"I've noticed that although Terraform is very good at deploying, it lacks in running script."
"Automation is needed to import everything at once from a manual environment or by a specific resource group."
"One issue we have faced with HashiCorp Terraform is that sometimes the latest features that Microsoft suggests are added in their services take some time for HashiCorp Terraform to get enhanced."
"Stability is one area in the solution that needs to improve."
"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."
 

Pricing and Cost Advice

"For Microsoft 365 E5 clients, cost is not an issue as this product is one of the benefits."
"Microsoft Intune's costliness stems from licensing fees and the overhead associated with its management, user experience, and device remediation."
"While I don't have access to high-level financial information, I believe we have achieved lower costs with this implementation."
"The pricing is not cheap, especially with inflation. They've had to increase their prices. It's not excessive, but alright."
"Pricing can be improved."
"I have no comment on pricing of the solution."
"I am not that aware of the pricing, but as compared to other MDM solutions, Microsoft is providing a lot of things at the organizational level. So, it is quite reasonable as compared to other MDM solutions."
"It is not expensive."
"The solution is fairly priced."
"We use the solution's free version."
"HashiCorp Terraform is a free solution."
"The solution is open-source."
"It is an open-source product."
"If you use the solution according to the recommended way by HashiCorp, it is more expensive."
"HashiCorp Terraform is a cost-effective solution."
"I rate the price of HashiCorp Terraform a seven out of ten."
"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."
"Currently, we are not required to pay for licenses."
"Spring Cloud is an open-source solution."
report
Use our free recommendation engine to learn which Configuration Management solutions are best for your needs.
899,283 professionals have used our research since 2012.
 

Top Industries

By visitors reading reviews
Financial Services Firm
10%
Manufacturing Company
10%
Computer Software Company
8%
Government
7%
Financial Services Firm
18%
Manufacturing Company
13%
Comms Service Provider
6%
University
6%
Financial Services Firm
24%
Outsourcing Company
14%
Comms Service Provider
10%
Manufacturing Company
8%
 

Company Size

By reviewers
Large Enterprise
Midsize Enterprise
Small Business
By reviewers
Company SizeCount
Small Business192
Midsize Enterprise61
Large Enterprise185
By reviewers
Company SizeCount
Small Business27
Midsize Enterprise8
Large Enterprise25
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 have never experienced pricing, setup cost, or licensing for HashiCorp Terraform.
What needs improvement with HashiCorp Terraform?
Currently, there is not much to add. However, something that could improve the experience is bridging the gap between...
What is your primary use case for HashiCorp Terraform?
My main use case is only to provision the VM. Normally, in previous times, my team and I worked very hard to build th...
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: June 2026.
899,283 professionals have used our research since 2012.