Reviews from AWS customer

0 AWS reviews
  • 5 star
    0
  • 4 star
    0
  • 3 star
    0
  • 2 star
    0
  • 1 star
    0

External reviews

101 reviews
from

External reviews are not included in the AWS star rating for the product.


    Information Technology and Services

Reliable infrastructure as Code for Cloud Automation

  • May 14, 2026
  • Review provided by G2

What do you like best about the product?
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 the product?
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 the product 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


    Ankit S.

Terraform Makes Managing Hybrid Cloud Infrastructure Easy

  • April 30, 2026
  • Review provided by G2

What do you like best about the product?
Terraform allows us to manage infrastructure centrally if we have are on hybrid clouds platforms I like it's support to multiple platforms centrally
What do you dislike about the product?
Some times due to changes made manually causes drift issues and creates state file goes out of sync
What problems is the product solving and how is that benefiting you?
It allows us manage infrastructure and applications very efficiently


    Neeraj J.

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

  • April 29, 2026
  • Review provided by G2

What do you like best about the product?
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 the product?
Overall, the product looks good. Need to improve the state file concepts.
What problems is the product 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.


    Nidal S.

Terraform: The Ultimate Tool for Organizing Infrastructure Provisioning

  • March 25, 2026
  • Review provided by G2

What do you like best about the product?
The best thing that comes to Infra teams' hands to organise the chaos of resources provisioning and managing, I can't imagine my life without TF.
What do you dislike about the product?
Moving away from the open-source community.
What problems is the product solving and how is that benefiting you?
NO ClickOPS anymore, which is helping in organising our infrastructure management across all platforms.


    Information Technology and Services

Terraform Makes Infrastructure as Code Easy and Flexible Across Clouds

  • March 14, 2026
  • Review provided by G2

What do you like best about the product?
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 the product?
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 the product 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.


    Health, Wellness and Fitness

Easy to Learn and Extensible, but Dependency Ordering Can Get Tricky

  • March 13, 2026
  • Review provided by G2

What do you like best about the product?
The declarative nature of terraform made it overall easy to learn. The different level of providers is great in that my primary provider is for GCP and maintained in partnership with both companies. Yet at the same time time I could write a provider for something and have it available for people to use.
What do you dislike about the product?
By its nature it attempts to perform operations in the correct order but doesn't always get it right. This can be addressed by depends on but sometimes I've learned that I need a depends on when I'm tearing something down and it gets more complicated.
What problems is the product solving and how is that benefiting you?
Cloud automation through the use of IaC.


    Dave C.

Effortless Azure Resource Deployment with Seamless Pipeline Integration

  • December 09, 2025
  • Review provided by G2

What do you like best about the product?
You can create Azure resources using code through a fully integrated pipeline that connects directly with your company's tenant. This approach streamlines the deployment process and ensures everything is managed within your organization's environment.
What do you dislike about the product?
It took considerable effort to grasp both the process and HCL, but the investment was worthwhile because of the powerful capabilities it offers.
What problems is the product solving and how is that benefiting you?
Manually creating resources is both time-consuming and prone to errors. By adopting the DevOps approach in IT, we can align our business with current best practices for managing infrastructure as code.


    SWAPNIL S.

The Backbone of Modern Infrastructure Automation

  • October 11, 2025
  • Review provided by G2

What do you like best about the product?
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 the product?
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 the product 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.


    Vitalii M.

Powerful and Flexible Infrastructure as Code

  • September 17, 2025
  • Review provided by G2

What do you like best about the product?
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 the product?
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 the product 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.


    Banking

Terraform has revolutionized Infra as Code deployment in Cloud

  • July 29, 2025
  • Review provided by G2

What do you like best about the product?
What I like best about HashiCorp Terraform is its ability to automate and standardize infrastructure provisioning across cloud environments. As an administrator, the declarative syntax makes it easy to define infrastructure as code, while the plan and apply workflow gives full visibility and control before making any changes. Terraform’s modular structure helps maintain reusable and scalable configurations, and its cloud-agnostic support allows me to manage AWS, Azure, GCP, and more using a single tool. It simplifies my workflow, reduces manual errors, and makes infrastructure management efficient and predictable.
What do you dislike about the product?
While I truly value Terraform for its automation and flexibility, one area that I find can be challenging is state file management, especially in larger teams. It requires careful handling and secure backend configuration to avoid conflicts and ensure consistency — but it has taught me the importance of proper collaboration practices and the use of remote state backends with locking.
What problems is the product solving and how is that benefiting you?
Manual provisioning replaced with automation – Terraform helps me automate infrastructure deployment, saving time and reducing human error.

Standardized configurations across environments – I can manage multi-cloud infrastructure using consistent, version-controlled code.

Change visibility and control – With the plan/apply workflow, I get clear visibility into changes before they’re made, reducing risk.