Terraform MCP Server
HashiCorpReviews from AWS customer
0 AWS reviews
-
5 star0
-
4 star0
-
3 star0
-
2 star0
-
1 star0
External reviews
102 reviews
from
External reviews are not included in the AWS star rating for the product.
Reliable infrastructure as Code for Cloud Automation
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
Effective multi-cloud IaC tool, but managing state can be a challenge
What do you like best about the product?
I use it to automate the deployment and management of the servers and databases that make up the back end of our enterprise data systems, such as our new Human Resource Management System and a facial recognition based attendance system. We use it to create and maintain the server and database clusters across our cloud providers to ensure our development, staging and production environments are identical.The level of automation and repeatability that it offers is great. We were doing all of the server provisioning, network rule creation, and database cluster creation for our Python stacks by hand and this was a painful work of clicks. Now, it's all written down.My favorite feature is the plan and apply. Having a simulation that tells me what will be created, changed, or deleted before anything actually happens gives me confidence, especially when we are changing the critical systems for our HRMS. And there's a huge provider ecosystem. Whether we're making changes to cloud networks, creating load balancers, or managing DNS, there's probably a provider for that. And it's provider-independent, so we aren't tied to a single provider's set of tools.
What do you dislike about the product?
Probably the most painful thing is dealing with the state file. If you're not set up right with remote state and state locking, things get complicated. We've spent some time scratching our heads because of state conflicts when more than one person has tried to push.And while the HashiCorp Configuration Language (HCL) isn't the most challenging to learn, it certainly takes time to get used to. Your junior team members have to come to terms with advanced state modules, for_each and dynamic blocks. Lastly, importing existing infrastructure, that you create manually, into the state file using the import command is still not a very efficient process.
What problems is the product solving and how is that benefiting you?
We had a lot of problems in the past where our staging environment for the attendance system was slightly different to production, and we got funky bugs sometimes. All that went away with Terraform; we simply use the same module and pass in different variables to create both environments.It took days to set up new infrastructure for HRMS modules before, with tons of manual work and ticket exchange. Now we just edit our templates, commit to a branch and our infrastructure is available in a few minutes from our CI/CD pipeline.It's comforting to know that the entire infrastructure is in version-controlled code. In the event of a catastrophic failure in a region, we can easily redeploy the entire stack in another region.
Terraform Makes Managing Hybrid Cloud Infrastructure Easy
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
Terraform Integrates Seamlessly with CI/CD and Multi-Cloud, with Strong Security
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.
Terraform: The Ultimate Tool for Organizing Infrastructure Provisioning
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.
Terraform Makes Infrastructure as Code Easy and Flexible Across Clouds
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.
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.
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.
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.
Easy to Learn and Extensible, but Dependency Ordering Can Get Tricky
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.
Effortless Azure Resource Deployment with Seamless Pipeline Integration
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.
The Backbone of Modern Infrastructure Automation
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.
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.
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.
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.
Powerful and Flexible Infrastructure as Code
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.
showing 1 - 10