Sign in Agent Mode
Categories
Your Saved List Become a Channel Partner Sell in AWS Marketplace Amazon Web Services Home Help

Reviews from AWS customer

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

External reviews

97 reviews
from

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


    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.


    Sadi K.

devops engineer

  • December 09, 2024
  • Review provided by G2

What do you like best about the product?
Terraform's best feature is its declarative syntax, allowing you to define infrastructure as code and manage it consistently across multiple providers.
What do you dislike about the product?
Terraform can struggle with state file management, especially in collaborative environments, leading to potential conflicts or complexity.
What problems is the product solving and how is that benefiting you?
Terraform solves infrastructure provisioning and management across multiple providers using a unified language. It benefits users by improving consistency, scalability, and automation, reducing manual effort and errors.


    Edwin S.

Terraform benefits

  • November 20, 2024
  • Review provided by G2

What do you like best about the product?
The easy way to set up and help to deploy several resources reducing the errors
What do you dislike about the product?
Lack of training access. Will like to have better support.
What problems is the product solving and how is that benefiting you?
Errors to create several server , vms on the cloud on premise. Pre set up with a terraform file helps to avoid this .


    Utkarsh G.

IaaC at it's best

  • May 21, 2024
  • Review provided by G2

What do you like best about the product?
One of the best benefits is the multi cloud we have to learn it only once then we can directly deploy resources on any cloud without any issues by just reading the document.
What do you dislike about the product?
I particularly have no dislikes it works very great.
What problems is the product solving and how is that benefiting you?
I work with virtual machines and kubernetes most of the time so creating it again and again by going through portal is tough with terraform it's just one command away.


    Moises F.

An essential part of the DevOps Swiss Army Knife

  • April 27, 2024
  • Review provided by G2

What do you like best about the product?
Modular, Secure and Versatile. I can talk about tall the technical benefits of using Terraform but I will start with a soft skill that Terraform provides which is the ability to learn different cloud offerings. GUIs are made to simplify single deployments but when you are configuring a module you can see all the options you have for configuration. I will use Azure Storage Blobs as an example. In the GUI when you configure a storage blob by default it is open and available over the internet if you chose defaults. When you are configuring an Azure Storage blob in Terraform you can see how to quickly disable access from public, enforce TLS 1.2, add storage policies for data retention and many more. In short, it enables engineers to build right from the beggining.

Another favorite is integration. I can easily configure Terraform in Jenkins, Azure DevOps, Git Actions and I can add code security so that I can get suggestions in CI/CD. Even when developing, the local IDEs have plugins to accelerate development with security like Snyk.

The HCL language also allows you do apply software development so you can have conditions, loops, functions and different styles of data inputs (stings, arrays, tuples, etc) for better code readability and structure.
What do you dislike about the product?
When new services come out in cloud providers it might take longer to get a module than using a cloud tool like Bicep or Cloudformation but you can always use the API modules and Hashicorp is good at releasing updates to new features.
What problems is the product solving and how is that benefiting you?
- Multi-cloud infrastructure as code.
- Compliance
- Security