---
title: IBM Terraform (formerly HashiCorp Terraform) Reviews
meta_title: 'IBM Terraform (formerly HashiCorp Terraform) Reviews 2026: Details, Pricing,
  & Features | G2'
meta_description: Filter 110 reviews by the users' company size, role or industry
  to find out how IBM Terraform (formerly HashiCorp Terraform) works for a business
  like yours.
aggregate_rating:
  rating_value: 4.6
  review_count: 110
  scale: '5'
date_modified: '2026-07-17'
parent_category:
  name: CI/CD Tools
  url: https://www.g2.com/categories/ci-cd-tools
---

# IBM Terraform (formerly HashiCorp Terraform) Reviews
**Vendor:** HashiCorp  
**Category:** [Cloud Infrastructure Automation Software](https://www.g2.com/categories/cloud-infrastructure-automation)  
**Average Rating:** 4.6/5.0  
**Total Reviews:** 110
## About IBM Terraform (formerly HashiCorp Terraform)
IBM Terraform (formerly HashiCorp Terraform) is an infrastructure as code tool that lets you define both cloud and on-prem resources in human-readable configuration files that you can version, reuse, and share. You can then use a consistent workflow to provision and manage all of your infrastructure throughout its lifecycle. Terraform can manage low-level components like compute, storage, and networking resources, as well as high-level components like DNS entries and SaaS features. Terraform creates and manages resources on cloud platforms and other services through their application programming interfaces (APIs). Providers enable Terraform to work with virtually any platform or service with an accessible API.



## IBM Terraform (formerly HashiCorp Terraform) Pros & Cons
**What users like:**

- Users value the **automation capabilities** of IBM Terraform, streamlining deployments and enhancing collaboration in team environments. (4 reviews)
- Users benefit from **automation efficiency** in IBM Terraform, simplifying infrastructure management across multiple cloud providers seamlessly. (4 reviews)
- Users appreciate the **ease of use** of IBM Terraform, enjoying streamlined deployments and intuitive management across cloud providers. (4 reviews)
- Users value the **efficiency** of Terraform in managing infrastructure, streamlining processes across multiple cloud platforms effortlessly. (4 reviews)
- Users appreciate the **effortless infrastructure management** with Terraform, enjoying its multi-cloud support and modularity. (4 reviews)
- Users appreciate the **declarative syntax** of Terraform, enabling consistent and effortless infrastructure management across multiple providers. (4 reviews)
- Users appreciate the **multi-cloud capabilities** of Terraform, enabling effortless and consistent infrastructure management across providers. (3 reviews)
- Users appreciate the **vast integration capabilities** of Terraform, enabling seamless configurations across multiple cloud platforms and CI/CD tools. (3 reviews)
- Integrations (3 reviews)
- Recommendations (3 reviews)

**What users dislike:**

- Users face challenges with **conflict management** in Terraform, particularly during collaboration on state file handling. (4 reviews)
- Users often face **data management issues** with Terraform, particularly with state file handling in collaborative setups. (3 reviews)
- Users find the **learning curve steep** , particularly for beginners grappling with complex configurations and state management. (3 reviews)
- Users find the **learning difficulty** significant, especially for beginners managing state files and advanced features. (3 reviews)
- Users often face **merge conflicts** due to challenging state file management, particularly in collaborative environments. (3 reviews)
- Steep Learning Curve (3 reviews)
- Users find that **state file management complexity** in Terraform can hinder collaboration and create potential conflicts. (2 reviews)
- Users find **complex management** of state files in Terraform challenging, especially within larger teams, impacting collaboration and consistency. (2 reviews)
- Poor Collaboration (2 reviews)
- Slow Performance (2 reviews)

## IBM Terraform (formerly HashiCorp Terraform) Reviews
  ### 1. Good for Infrastructure Automation but Has a Learning Curve

**Rating:** 4.5/5.0 stars

**Reviewed by:** Ashish S. | Software Engineer, Small-Business (50 or fewer emp.)

**Reviewed Date:** June 03, 2026

**What do you like best about IBM Terraform (formerly HashiCorp Terraform)?**

One of the strongest aspects of IBM Terraform is how consistently and repeatably it supports infrastructure as code. I can define infrastructure declaratively, which keeps deployments predictable and straightforward to manage in version control. I also value its multi-cloud flexibility: it works smoothly across different providers, so it fits well in hybrid environments. Reusable modules are another plus, since they help standardize configurations and cut down on duplicated work. On top of that, it integrates nicely with CI/CD pipelines, making automated infrastructure provisioning easier to set up and maintain. Overall, it boosts efficiency, reduces manual errors, and helps keep environments consistent.

**What do you dislike about IBM Terraform (formerly HashiCorp Terraform)?**

One of the main challenges I’ve faced with IBM Terraform is handling the state, especially when working in a team. If the backend and locking are not set up properly, it can easily lead to conflicts. It also took me some time to get comfortable with concepts like modules, dependencies, and state management, so the learning curve can feel a bit steep in the beginning. Debugging is another area that could be better, as the error messages are not always clear and sometimes take time to figure out. Also, as the configurations grow, things can get a bit messy without proper structure and best practices in place.
On the positive side, integrations are quite good. I’ve used it with CI/CD tools like Jenkins and GitHub Actions, and it fits well into the pipeline for automating infrastructure deployments. Performance is generally reliable for most use cases, though I have noticed that execution can slow down a bit with larger or more complex setups.
For onboarding, the documentation is helpful, but as a new user, I felt it could use more practical examples or guided steps to make it easier to get started. From an ROI perspective, it definitely helps reduce manual work and keeps environments consistent, which is valuable when managing multiple setups.
In terms of UI/UX, since it is mostly code-driven, it works well for developers but might not feel very intuitive for someone expecting a graphical interface. Better visualization of infrastructure would be a useful improvement.
As for AI features, there isn’t much built-in intelligence right now. It would be helpful if it could suggest fixes, provide smarter error explanations, or give recommendations while writing configurations.

**What problems is IBM Terraform (formerly HashiCorp Terraform) solving and how is that benefiting you?**

In my experience, IBM Terraform helps solve the problem of managing infrastructure manually, which can be time-consuming and error-prone. Before using it, setting up environments across dev, QA, and production used to require a lot of manual effort and often led to inconsistencies. With Terraform, we are able to define everything as code, which makes deployments more predictable and repeatable.
It has also helped us handle multi-environment setups more efficiently by reusing configurations and maintaining consistency across environments. Integration with CI/CD pipelines has made it easier to automate infrastructure provisioning along with application deployments, reducing the overall deployment time.
Another key benefit is better version control and tracking of infrastructure changes, which improves visibility and reduces the risk of configuration drift. Overall, it has improved productivity, reduced manual errors, and made it easier for the team to collaborate on infrastructure changes in a structured way.

  ### 2. Brings Consistency and Scalability to Cloud Management

**Rating:** 4.5/5.0 stars

**Reviewed by:** Verified User | Enterprise (> 1000 emp.)

**Reviewed Date:** May 27, 2026

**What do you like best about IBM Terraform (formerly HashiCorp Terraform)?**

I use IBM Terraform to automate and manage cloud infrastructure in a consistent and scalable way. Instead of manually creating resources, I define infrastructure as code, which helps reduce configuration errors and speeds up deployments. IBM Terraform is useful for setting up cloud resources such as virtual machines, networking, Kubernetes clusters, storage, and application environments. I've integrated it with CI/CD pipelines using tools like Jenkins and Azure DevOps to support automated deployments and infrastructure updates. I like its simplicity, flexibility, and ability to manage infrastructure consistently through code. The declarative approach makes infrastructure easy to understand, maintain, and replicate across different environments. One of the things I like most about IBM Terraform is how it brings consistency and predictability to infrastructure management. Being able to define infrastructure as code means the same configurations can be reused across development, testing, and production environments without manual setup each time. That has helped reduce deployment issues and improve overall reliability in projects I've worked on.

**What do you dislike about IBM Terraform (formerly HashiCorp Terraform)?**

One challenge is state management, especially in larger team environments. If the remote state is not managed properly, it can lead to locking issues or conflicts during deployments. Another area for improvement is the learning curve for beginners. Concepts like modules, remote backends, workspaces and state files can take time for new users to fully understand. In the onboarding experience for beginners. While the tool is powerful, many users initially struggle with understanding core concepts such as state files, remote backends, modules, providers, workspaces, and dependency management. These concepts are critical for real-world usage, but they can feel overwhelming without practical guidance.

**What problems is IBM Terraform (formerly HashiCorp Terraform) solving and how is that benefiting you?**

I use IBM Terraform to automate and manage cloud infrastructure, which reduces configuration errors and speeds up deployments. It standardizes infrastructure provisioning, minimizes configuration errors, and improves deployment reliability across environments.

  ### 3. Reliable infrastructure as Code for Cloud Automation

**Rating:** 4.5/5.0 stars

**Reviewed by:** Verified User in Information Technology and Services | Mid-Market (51-1000 emp.)

**Reviewed Date:** May 13, 2026

**What do you like best about IBM Terraform (formerly HashiCorp Terraform)?**

What i like best about Terraform is its ability to define and manage infrastructure as code in a consistent and predictable way. It makes it easy to version-control infrastructure changes, review them through code, and apply them across different envirinments. I especially value the reproducibility and the ability to automate provisioning across cloud services, which significantly reduces manual configuration and potential human errors

**What do you dislike about IBM Terraform (formerly HashiCorp Terraform)?**

What i dislike about IBM Terraform is that the learning curve can be quite steep, especially for beginners, and debugging configuration or state-related issues can sometimes be complex. It also requires careful state management, which can add overhead in larger environments

**What problems is IBM Terraform (formerly HashiCorp Terraform) solving and how is that benefiting you?**

We struggled with manually provisioning and managing cloud infrastructure across environments, which often led to inconsistencies and configuration drift. With Terraform, we can define infrastructure as code and automate provisioning in a consistent and repeatable way. This has improved deployment speed, reduced manual errors, and made infrastructure changes more predictable and easier to track through version control

  ### 4. Declarative, Versioned Infrastructure That Scales Reliably Across Clouds

**Rating:** 4.5/5.0 stars

**Reviewed by:** Verified User in Information Technology and Services | Enterprise (> 1000 emp.)

**Reviewed Date:** May 27, 2026

**What do you like best about IBM Terraform (formerly HashiCorp Terraform)?**

One thing I like best about Terraform is how it lets teams manage cloud infrastructure declaratively and consistently across environments. The ability to version infrastructure in code, review changes through pull requests, and provision resources across AWS, Azure, and GCP using a common workflow makes deployments much more reliable and scalable.

**What do you dislike about IBM Terraform (formerly HashiCorp Terraform)?**

One challenge with Terraform is that managing complex state files and debugging dependency issues can become difficult as infrastructure scales. Provider version compatibility and lengthy plan/apply cycles in large environments can also slow down development workflows at times.

**What problems is IBM Terraform (formerly HashiCorp Terraform) solving and how is that benefiting you?**

Terraform helps solve the problem of manually provisioning and managing cloud infrastructure across multiple environments and services. It benefits us by making infrastructure changes repeatable, version controlled, and automated, which reduces configuration drift, improves deployment reliability, and speeds up environment setup for development and production systems.

  ### 5. Seamless Connectivity, Boosts Productivity

**Rating:** 4.0/5.0 stars

**Reviewed by:** Rajat M. | Account Executive- Commercial Business, Enterprise (> 1000 emp.)

**Reviewed Date:** May 25, 2026

**What do you like best about IBM Terraform (formerly HashiCorp Terraform)?**

I appreciate how IBM Terraform (formerly HashiCorp Terraform) enhances my productivity by allowing me to focus on important tasks and reducing manual intervention. I also find the connectivity of different systems very valuable, as having multiple systems connected is a critical part of my day-to-day operations. Additionally, I like that everything is working seamlessly.

**What do you dislike about IBM Terraform (formerly HashiCorp Terraform)?**

Nothing

**What problems is IBM Terraform (formerly HashiCorp Terraform) solving and how is that benefiting you?**

IBM Terraform improves my productivity by reducing manual tasks and allows me to focus on important tasks. Its connectivity of different systems is critical for my day-to-day operations.

  ### 6. IBM Terraform Makes Resource Provisioning Fast and Automated

**Rating:** 4.5/5.0 stars

**Reviewed by:** Verified User in Information Technology and Services | Mid-Market (51-1000 emp.)

**Reviewed Date:** July 11, 2026

**What do you like best about IBM Terraform (formerly HashiCorp Terraform)?**

IBM Terraform is used to provision and manage resources. Instead of creating each and everything manually we can automate things.

**What do you dislike about IBM Terraform (formerly HashiCorp Terraform)?**

Newly released features doesn't have API support to automate externally. Troubleshooting is very complex

**What problems is IBM Terraform (formerly HashiCorp Terraform) solving and how is that benefiting you?**

The problem that IBM Terraform solving for me is the creation of resources with the configuration instead of provisioning them manually

  ### 7. Terraform Makes Infrastructure as Code Easy and Flexible Across Clouds

**Rating:** 5.0/5.0 stars

**Reviewed by:** Verified User in Information Technology and Services | Mid-Market (51-1000 emp.)

**Reviewed Date:** March 14, 2026

**What do you like best about IBM Terraform (formerly HashiCorp Terraform)?**

What I like most about HashiCorp Terraform is how easy it makes managing infrastructure as code. Instead of manually configuring resources in cloud consoles, everything can be defined in configuration files and version controlled.

Terraform works very well across different cloud providers and services, which makes it extremely flexible. The plan/apply workflow is also very useful because it shows exactly what changes will happen before they are applied. This reduces mistakes and gives a lot of confidence when modifying infrastructure.

Another big advantage is the large ecosystem of providers and modules. It integrates well with CI/CD pipelines and fits naturally into DevOps workflows.

**What do you dislike about IBM Terraform (formerly HashiCorp Terraform)?**

One downside of Terraform is that state management can become complex, especially in larger teams or projects. If the remote state isn’t configured properly, it can lead to conflicts or locking issues.

Another challenge is that debugging certain issues can be difficult. Sometimes error messages are not very clear, particularly when dealing with dependencies between resources or provider-related problems.

**What problems is IBM Terraform (formerly HashiCorp Terraform) solving and how is that benefiting you?**

HashiCorp Terraform helps solve the problem of manually managing infrastructure across cloud environments. Instead of configuring servers, networks, and other resources through cloud dashboards, everything can be defined in code and stored in version control.

This approach makes infrastructure much more consistent and repeatable. It reduces configuration drift between environments and makes it easier for teams to collaborate on infrastructure changes. The ability to review changes through the plan step also helps prevent mistakes before anything is applied.

  ### 8. The Backbone of Modern Infrastructure Automation

**Rating:** 5.0/5.0 stars

**Reviewed by:** SWAPNIL S. | DevOps Engineer, Financial Services, Mid-Market (51-1000 emp.)

**Reviewed Date:** October 11, 2025

**What do you like best about IBM Terraform (formerly HashiCorp Terraform)?**

Terraform makes infrastructure management truly effortless and consistent across multiple cloud providers. 
I love how it brings the concept of IaC to life where i can define, version and reuse configuration just like application code.
The modularity and reusability of terraform modules saves huge amount of time, especially when setting up similar environments.
Its support for multiple providers like GCP,AWS and Azure under one common syntax is a game changer.
The plan and apply workflow in intuitive and provides confidence before making real changes to production infrastructure.

**What do you dislike about IBM Terraform (formerly HashiCorp Terraform)?**

while terraform is powerful, the learning curve can be steep for beginners, especially when dealing with complex state management or workspaces.
sometimes, provider plugins take time to update with latest cloud service features.
Also, resolving state file conflicts during team collaboration can be tricky if proper remote backend configuration is not set up.

**What problems is IBM Terraform (formerly HashiCorp Terraform) solving and how is that benefiting you?**

The terraform completely automated the way we manage and scale our cloud infrastructure. Earlier, provisioning resources used to be a manual and error-prone process, taking hours or even days.
Now with terraform we can spin up entire environments within minutes using version-controlled templates. It ensures consistency across dev, staging and production and allows seamless rollbacks if something goes wrong.
The visibility provided by terraform plan helps us predict changes safely before deployment.

  ### 9. Terraform Integrates Seamlessly with CI/CD and Multi-Cloud, with Strong Security

**Rating:** 5.0/5.0 stars

**Reviewed by:** Neeraj J. | Technical Manager, Enterprise (> 1000 emp.)

**Reviewed Date:** April 29, 2026

**What do you like best about IBM Terraform (formerly HashiCorp Terraform)?**

It integrates smoothly with our CI/CD pipelines. We can also reuse modules and solution templates, which makes setup and delivery much easier. It offers strong security and compliance features, and it works well across multi-cloud infrastructure.

**What do you dislike about IBM Terraform (formerly HashiCorp Terraform)?**

Overall, the product looks good. Need to improve the state file concepts.

**What problems is IBM Terraform (formerly HashiCorp Terraform) solving and how is that benefiting you?**

It enables faster infrastructure delivery and works smoothly across multi-cloud environments. I also like that it includes version control and a complete audit trail, plus reusable modules that make it easier to standardize and repeat deployments.

  ### 10. Powerful and Flexible Infrastructure as Code

**Rating:** 4.5/5.0 stars

**Reviewed by:** Vitalii M. | Lead Platform Engeenir, Mid-Market (51-1000 emp.)

**Reviewed Date:** September 17, 2025

**What do you like best about IBM Terraform (formerly HashiCorp Terraform)?**

Terraform provides a consistent, declarative way to manage infrastructure across multiple cloud providers. I like its modular approach, reusable configurations, and large ecosystem of providers, which makes it easy to automate complex deployments. The ability to version control infrastructure changes and preview plans before applying them greatly improves reliability and collaboration in team environments.

**What do you dislike about IBM Terraform (formerly HashiCorp Terraform)?**

The learning curve can be steep for beginners, especially when working with advanced modules or custom providers. State file management requires careful handling to avoid conflicts, and debugging errors is sometimes time-consuming. Improved error messages and built-in state management tools would make the experience smoother.

**What problems is IBM Terraform (formerly HashiCorp Terraform) solving and how is that benefiting you?**

Terraform eliminates the need for manual infrastructure provisioning by providing an Infrastructure as Code (IaC) approach. It solves problems like environment drift, inconsistent configurations, and time-consuming deployments. With Terraform, I can automate the creation, update, and teardown of resources across multiple cloud providers, ensuring consistent environments for development, staging, and production. This improves reliability, reduces human error, and saves significant operational time and cost.


## IBM Terraform (formerly HashiCorp Terraform) Discussions
  - [How does terraform work internally?](https://www.g2.com/discussions/how-does-terraform-work-internally) - 1 comment
  - [What kind of tool is terraform?](https://www.g2.com/discussions/what-kind-of-tool-is-terraform) - 2 comments
  - [Is terraform free?](https://www.g2.com/discussions/is-terraform-free) - 3 comments

- [View IBM Terraform (formerly HashiCorp Terraform) pricing details and edition comparison](https://www.g2.com/products/ibm-terraform-formerly-hashicorp-terraform/reviews/ibm-terraform-formerly-hashicorp-terraform-review-4199936?section=pricing&secure%5Bexpires_at%5D=2026-07-21+12%3A28%3A16+-0500&secure%5Bsession_id%5D=a75f1205-7058-4428-90f0-604a9f2c8ef7&secure%5Btoken%5D=6fc7d7518ff2c95bf572016673fb06602a858db1ff93b366b4f24890237d38a8&format=llm_user)
## IBM Terraform (formerly HashiCorp Terraform) Integrations
  - [Amazon DynamoDB](https://www.g2.com/products/amazon-web-services-aws-amazon-dynamodb/reviews)
  - [Amazon EC2](https://www.g2.com/products/amazon-ec2/reviews)
  - [Atlantis Tech](https://www.g2.com/products/atlantis-tech/reviews)
  - [AWS Bedrock](https://www.g2.com/products/aws-bedrock/reviews)
  - [AWS Cloud Development Kit (AWS CDK)](https://www.g2.com/products/aws-cloud-development-kit-aws-cdk/reviews)
  - [Azure Portal](https://www.g2.com/products/azure-portal/reviews)
  - [GitLab](https://www.g2.com/products/gitlab/reviews)
  - [Jira](https://www.g2.com/products/jira/reviews)
  - [Port](https://www.g2.com/products/port-port/reviews)
  - [Red Hat Ansible Automation Platform](https://www.g2.com/products/red-hat-ansible-automation-platform/reviews)
  - [Terret.ai](https://www.g2.com/products/terret-ai/reviews)
  - [Visual Studio Code](https://www.g2.com/products/visual-studio-code/reviews)

## IBM Terraform (formerly HashiCorp Terraform) Features
**Operations**
- Scheduling
- Automation
- Multi-Cloud Management
- Usage Monitoring

**Administration **
- Administration Console
- Task Management
- Dashboards and Visualizations
- Access Control

**Analysis**
- Threat Detection

**Cost Optimization**
- Spend Forecasting and Optimization 
- Recommendations  
- Spend Tracking 

**Automation**
- Test Automation
- Intelligent Automation
- Release Automation
- Automated Provisioning

**Platform**
- Unified Communications Platform
- Remote Access
- ITIL Policy Compliance
- Asset Tracking
- IT Knowledge Management

**Administration**
- Reporting
- Dashboards and Visualizations 
- Compliance

**IT Management**
- Workflow Management
- Infrastructure Management
- IT Discovery

**Security**
- Endpoint Protection
- Patch Management
- Disaster Recovery
- Service Management
- Workflow Management

**Agentic AI - Cloud Cost Management**
- Autonomous Task Execution
- Proactive Assistance
- Decision Making

**Agentic AI - Enterprise IT Management**
- Autonomous Task Execution
- Multi-step Planning
- Cross-system Integration
- Adaptive Learning
- Natural Language Interaction
- Proactive Assistance
- Decision Making

## Top IBM Terraform (formerly HashiCorp Terraform) Alternatives
  - [Red Hat Ansible Automation Platform](https://www.g2.com/products/red-hat-ansible-automation-platform/reviews) - 4.6/5.0 (369 reviews)
  - [Jenkins](https://www.g2.com/products/jenkins/reviews) - 4.4/5.0 (557 reviews)
  - [GitHub](https://www.g2.com/products/github/reviews) - 4.7/5.0 (2,315 reviews)

