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

    Wiz

    Score9.4 out of 10
    N/AWiz is a Tel Aviv based, cloud risk visibility solution for enterprise security. It provides a 360° view of security risks across clouds, containers and workloads.N/A
    Pricing
    IBM TerraformWiz
    Editions & Modules
    Open Source
    $0
    Team & Governance
    $20/user
    per user/per month
    Enterprise
    Contact sales team
    No answers on this topic
    Offerings
    Pricing Offerings
    IBM TerraformWiz
    Free Trial
    NoNo
    Free/Freemium Version
    YesNo
    Premium Consulting/Integration Services
    NoNo
    Entry-level Setup FeeNo setup feeNo setup fee
    Additional Details——
    More Pricing Information
    Features
    IBM TerraformWiz
    Cloud Computing Security Features
    Comparison of Cloud Computing Security Features features of IBM Terraform and Wiz
    Feature
    IBM Terraform
    -
    Ratings
    Wiz
    7.8
    24 Ratings
    3% below category average
    Automated Data Backup and Recovery00 Ratings8.07 Ratings
    Intrusion Detection and Prevention:00 Ratings7.516 Ratings
    Regular Vulnerability Management00 Ratings8.124 Ratings
    Identity and Access Management00 Ratings7.818 Ratings
    Secure Data Transfer00 Ratings7.97 Ratings
    Security Incident Response00 Ratings7.320 Ratings
    Compliance and Auditing00 Ratings8.223 Ratings
    Best Alternatives
    IBM TerraformWiz
    Small Businesses
    HashiCorp Vagrant
    Score9 out of 10
    Armor
    Score6 out of 10
    Medium-sized Companies
    HashiCorp Vagrant
    Score9 out of 10
    Trend Micro Deep Security
    Score8.3 out of 10
    Enterprises
    AWS CloudFormation
    Score8.2 out of 10
    AWS CloudTrail
    Score8.8 out of 10
    All AlternativesView all alternativesView all alternatives
    User Ratings
    IBM TerraformWiz
    Likelihood to Recommend
    7.8
    (33 ratings)
    8.6
    (25 ratings)
    Likelihood to Renew
    9.0
    (2 ratings)
    9.1
    (1 ratings)
    Usability
    8.8
    (8 ratings)
    8.1
    (24 ratings)
    Availability
    -
    (0 ratings)
    9.1
    (1 ratings)
    Performance
    9.4
    (3 ratings)
    9.1
    (1 ratings)
    Support Rating
    8.0
    (6 ratings)
    8.2
    (1 ratings)
    Implementation Rating
    8.0
    (1 ratings)
    8.2
    (1 ratings)
    Configurability
    -
    (0 ratings)
    9.1
    (1 ratings)
    Contract Terms and Pricing Model
    -
    (0 ratings)
    9.1
    (1 ratings)
    Ease of integration
    9.2
    (3 ratings)
    9.1
    (1 ratings)
    Product Scalability
    -
    (0 ratings)
    9.1
    (1 ratings)
    Professional Services
    -
    (0 ratings)
    9.1
    (1 ratings)
    Vendor post-sale
    -
    (0 ratings)
    9.1
    (1 ratings)
    Vendor pre-sale
    -
    (0 ratings)
    9.1
    (1 ratings)
    User Testimonials
    IBM TerraformWiz
    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
    Wiz.io
    Wiz is well-suited if you want to run real-time scans against resources that were recently patched or configured. It is good to keep track of vulnerabilities found and what can be done to resolve the issues without having to open up multiple tabs. Overall, it is good to keep an eye on how well cloud teams or cloud security teams are doing.
    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
    Wiz.io
    • Multi-cloud: Ability of Wiz to integrate with all of our cloud platforms makes it easy to deploy and centralizes our insights into all environments
    • UI/UX: Wiz's UI is one of, if not -- the best UI I have ever used in a security application. Wiz is able to make it easy to follow and use the application to simplify the normally overcomplicated process of parsing through security information and tools.
    • Marketing: Hosting meetups such as Wizdom has demonstrated Wiz's investment into its customers by providing us with more encouragement to use the app. The merch, ads, and presentation are above and beyond many companies in the tech industry.
    • Threat Intel: We rely on Wiz for the latest finds in vulnerabilities across all platforms, and since it is incorporated into the application, it makes this easy and fast to push out necessary steps without going through multiple layers of communication between vendors, cyber governance, security analysts, and developers.
    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
    Wiz.io
    • I would like to see the modification of the issue status to be wrapped in some form of a permission
    • I would like to be able to show filtered queries on the Identity Entitlements screen also on the security graph.
    • I wish I didn't have to create an automation rule (when the rule does just about the same thing in each) for each project (in Wiz).
    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
    Wiz.io
    No answers on this topic
    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
    Wiz.io
    The UI is very user-friendly, with documentation available on every page of the application. New users can learn about the product features as they navigate through several different pages, using the instructions at the top of each page, making it quite easy to use.
    Incentivized
    Read full review
    Reliability and Availability
    IBM
    No answers on this topic
    Wiz.io
    Never experience issue yet
    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
    Wiz.io
    No issues
    Incentivized
    Read full review
    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
    Wiz.io
    it great support very responsive up to the point
    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
    Wiz.io
    Multiple option with automation features as well
    Incentivized
    Read full review
    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
    Wiz.io
    We previously used Lacework but transitioned to Wiz as part of our effort to improve cloud security visibility and streamline risk management. While Lacework provided useful insights, we found that Wiz offered a clearer, more intuitive interface and better collaboration features, making it easier for both Security and Engineering teams to work together.
    The Security Graph and automated risk analysis in Wiz have been especially valuable, helping us quickly understand exposures and prioritise fixes. Overall, the transition to Wiz has improved how we manage security risks across our cloud environment.
    Incentivized
    Read full review
    Contract Terms and Pricing Model
    IBM
    No answers on this topic
    Wiz.io
    flexible on over utilization and have fair prices
    Incentivized
    Read full review
    Scalability
    IBM
    No answers on this topic
    Wiz.io
    Robots front end API and ment for developer to use
    Incentivized
    Read full review
    Professional Services
    IBM
    No answers on this topic
    Wiz.io
    base on our experience
    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
    Wiz.io
    • Wiz has saved us a lot of money and headaches. It finds problems we didn't even know we had, like weak passwords and open ports. This helps us fix things before hackers can find them. It's like having a team of security experts working 24/7.
    • Plus, Wiz can fix some problems itself, saving us time and money. It's a great investment for our business.
    • Wiz has made our cloud much safer. It helps us find and fix problems quickly, which means we can focus on our core business. It's like having an extra layer of protection for our data and systems.
    Read full review
    ScreenShots

    IBM Terraform Screenshots

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