TrustRadius: an HG Insights company

Save this comparison

Save this comparison

Add Product

Recommended Comparisons

    Overview
    ProductRatingMost Used ByProduct SummaryStarting Price

    IBM Terraform

    Score8.7 out of 10
    N/AIBM Terraform (formerly Hashicorp Terraform) is a cloud infrastructure automation tool used to create, change, and improve production infrastructure, and it allows infrastructure to be expressed as code. It is available Open Source, and via Cloud and Self-Hosted editions.

    $0

    WP Engine

    Score7.4 out of 10
    N/AWP Engine is a website hosting service built to host WordPress for companies of any size, with features such as daily backups, firewall,SSL, and proprietary caching technology.

    $35

    per month

    Pricing
    IBM TerraformWP Engine
    Editions & Modules
    Open Source
    $0
    Team & Governance
    $20/user
    per user/per month
    Enterprise
    Contact sales team
    Startup
    $35
    per month
    Core
    $400
    per month (annual contract)
    Enterprise
    Custom
    *Per Month
    Offerings
    Pricing Offerings
    IBM TerraformWP Engine
    Free Trial
    NoYes
    Free/Freemium Version
    YesNo
    Premium Consulting/Integration Services
    NoNo
    Entry-level Setup FeeNo setup feeNo setup fee
    Additional Details—Discount available for annual billing on the Startup plan.
    More Pricing Information
    Best Alternatives
    IBM TerraformWP Engine
    Small Businesses
    HashiCorp Vagrant
    Score9 out of 10
    Flywheel
    Score4.8 out of 10
    Medium-sized Companies
    HashiCorp Vagrant
    Score9 out of 10
    Rackspace Managed Hosting
    Score9 out of 10
    Enterprises
    AWS CloudFormation
    Score8.2 out of 10
    No answers on this topic
    All AlternativesView all alternativesView all alternatives
    User Ratings
    IBM TerraformWP Engine
    Likelihood to Recommend
    7.8
    (33 ratings)
    8.5
    (31 ratings)
    Likelihood to Renew
    9.0
    (2 ratings)
    3.0
    (1 ratings)
    Usability
    8.8
    (8 ratings)
    9.0
    (3 ratings)
    Performance
    9.4
    (3 ratings)
    -
    (0 ratings)
    Support Rating
    8.0
    (6 ratings)
    7.7
    (6 ratings)
    Implementation Rating
    8.0
    (1 ratings)
    -
    (0 ratings)
    Ease of integration
    9.2
    (3 ratings)
    -
    (0 ratings)
    User Testimonials
    IBM TerraformWP Engine
    Likelihood to Recommend
    IBM
    Anything that needs to be repeated en masse. Terraform is great at taking a template and have it be repeated across your estate. You can dynamically change the assets they're generating depending on certain variables. Which means though templated assets will all be similar, they're allowed to have unique properties about them. For example flattening JSON into tabular data and ensuring the flattening code is unique to the file's schema.
    Incentivized
    Read full review
    WP Engine
    I am an enterprise user of WordPress and host over 7000 sites with WPEngine. Areas that I think they are well suited for include customers that need enterprise-level support and uptime and have more complex needs than a simple blog. They also manage scale well with a variety of isolated install options that you can scale up or down depending on your contract needs. They also provide premier support for enterprises and have highly knowledgable Technical Account Managers that provide a significant value add. If I were to look at where it isn't as appropriate for usage I would focus on the low-end needs and say while they do support small sites, there are options out there for cheaper hosting that lack the support a WPEngine gives you.
    Incentivized
    Read full review
    Pros
    IBM
    • Terraform is cloud agnostic. Just select the suitable provider for the cloud and it will do the job.
    • Templating is possible to make the Terraform templates reusable.
    • Variables can be created to make the templates generic so that it can be reused for different environments or resources.
    Incentivized
    Read full review
    WP Engine
    • I love the database backups and how quickly & easy it is to restore from an old backup point. This gives me & my clients confidence that any change can be rolled back.
    • The built in caching & CDN mean that I have to spend less time worrying about the speed of the server & site. The caching has some side-effects that take getting used to (on-page dynamic PHP code sometimes needs to be moved to API endpoints), but this is true for most caching systems.
    • They have really good support for multiple environments. It's very easy to have separate production & staging environments. It's also very simple to deploy from staging to production, making product launches and large scale website copy changes much easier to coordinate.
    Incentivized
    Read full review
    Cons
    IBM
    • The language itself is a bit unusual and this makes it hard for new users to get onboarded into the codebase. While it's improving with later releases, basic concepts like "map an array of options into a set of configurations" or "apply this logic if a variable is specified" are possible but unnecessarily cumbersome.
    • The 'Terraform Plan' operation could be substantially more sophisticated. There are many situations where a Terraform file could never work but successfully passes the 'plan' phase only to fail during the 'apply' phase.
    • Environment migrations could be smoother. Renaming/refactoring files is a challenge because of the need to use 'Terraform mv' commands, etc.
    Incentivized
    Read full review
    WP Engine
    • I'd like to see WP Engine offer their own monitoring solution. When I say monitoring, I mean specific use cases that may end up being something you could script. This would keep customers from having to pay for additional services like Pingdom, New Relic, etc.
    • I would like to see some proactive analysis done by WP Engine on their customer sites - at least on their home pages, and offer up suggestions. This kind of goes along with the other example.
    • Finally, it would be nice to see a "lighter" offering, perhaps a plan that costs $49 for those who want to host only a few sites, or even 1 site.
    Incentivized
    Read full review
    Likelihood to Renew
    IBM
    Still the best provisioning tool out there and good support from the community as well in terms of shared knowledge
    Incentivized
    Read full review
    WP Engine
    I was in a situation where I had to bolt Wordpress on to an existing infrastructure that could not support it. If I ever end up in that situation again, please kill me. Other than that reasonably common use case, I don't think it offers a lot of value over robust shared hosting, virtual private server (VPS) or dedicated servers.
    Read full review
    Usability
    IBM
    The syntax itself is pretty straightforward. The documentation is well-maintained & easy to follow. Most cloud providers, even smaller ones, maintain official provider libraries, making discovery & learning a breeze. Some, like GCP, even provide high-level libraries on top of their own more primitive provider, making building complex infra much more manageable. The language itself is cloud-agnostic, so you can literally manage resources from multiple providers in a single Terraform repo.
    Read full review
    WP Engine
    From the onboarding and in the days afterward, it was very easy to get into the platform and begin creating important websites and configuring user options. The interface is easy to navigate, and the platform pages load quickly. Since the platform is built for Word plus press, it has features including backup, staging, maintenance mode, and direct WP-Admin login to make configuration and site management faster. We have never had any issues on the billing side of the account.
    Incentivized
    Read full review
    Performance
    IBM
    Terraform's performance is quite amazing when it comes to deployment of resources in AWS. Of course, the deployment times depend on various parameters like the number of resources to deploy and different regions to deploy. Terraform cannot control that. The only minor drawback probably shows up when a terraform job is terminated mid way. Then in many cases, time-consuming manual cleanup is required.
    Incentivized
    Read full review
    WP Engine
    No answers on this topic
    Support Rating
    IBM
    I have yet to have an opportunity to reach out directly to HashiCorp for support on Terraform. However, I have spent a great deal of time considering their documentation as I use the tool. This opinion is based solely on that. I find the Terraform documentation to have great breadth but lacking in depth in many areas. I appreciate that all of the tool's resources have an entry in the docs but often the examples are lacking. Often, the examples provided are very basic and prompt additional exploration. Also, the links in the documentation often link back to the same page where one might expect to be linked to a different source with additional information.
    Incentivized
    Read full review
    WP Engine
    Support is generally great. Enterprise support is fantastic, with little to no wait times. I find that chat support can almost always take care of the problem without escalating to a ticket for a higher level of troubleshooting. The chat support for many other hosting providers can only handle basic issues. This is a big bonus for us to get quick and helpful answers.
    Incentivized
    Read full review
    Implementation Rating
    IBM
    Implementation is straight forward. Never had issues as the team is already very familiar with Terraform installation from previous projects and roles
    Incentivized
    Read full review
    WP Engine
    No answers on this topic
    Alternatives Considered
    IBM
    Terraform is the solid leader in the space. It allows you to do more then just provisioning within a pre-existing servers. It is more extensible and has more providers available than it competitors. It is also open source and more adopted by the community then some of the other solutions that are available in the market place.
    Incentivized
    Read full review
    WP Engine
    While we still use GoDaddy for some services, WP Engine definitely has been a major upgrade for our WordPress hosting. In addition to faster load speeds, WP Engine has been more adept at allowing us to manage a high number of websites without straining the system. We have never used Network Solutions for our own hosting needs, but when we do interact with them on behalf of our clients, their systems always seem to be clunky and hard to use, and they often overcharge customers by selling them products they do not need.
    Incentivized
    Read full review
    Return on Investment
    IBM
    • we are able to deploy our infrastructure in a couple of ours in an automated and repeatable way, before this could take weeks if the work was done manually and was a lot of error prone.
    • having the state file, you can see a diff of what things have changed manually out side of Terraform which is a huge plus
    • if state file gets corrupted, it is very hard to debug or restore it without an impact or spending hours ..
    • writing big scale code can be very challenging and hard to be efficient so it's usable by the whole team
    Read full review
    WP Engine
    • WP Engine reduces our time investment and upkeep costs which increases our margins.
    • WP Engine simplifies site management with a built-in development server, which saves us headaches.
    • WP Engine itself is positioned as a premium service, which allows us to use their branding as a tool to close sales.
    Incentivized
    Read full review
    ScreenShots

    IBM Terraform Screenshots

    Screenshot of Terraform StateScreenshot of Terraform RunsScreenshot of Terraform VariablesScreenshot of Terraform WorkspacesScreenshot of Terraform Cost Estimation