Atlassian Bitbucket vs. IBM Terraform

Overview
ProductRatingMost Used ByProduct SummaryStarting Price
Bitbucket
Score 8.6 out of 10
N/A
Bitbucket is a Git repository and code collaboration platform, featuring automated testing and code deployment. Bitbucket Cloud Premium provides AI-powered development, more granular access controls, and enforced code quality, and Bitbucket Data Center provides a self-hosted option.
$0
IBM Terraform
Score 8.8 out of 10
N/A
IBM 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
Pricing
Atlassian BitbucketIBM Terraform
Editions & Modules
Free
$0
for up to 5 users
Standard
$3.30
per month per user
Premium
$6.60
per month per user
Bitbucket Data Center
starting at $44,000
per year 1 - 500
Open Source
$0
Team & Governance
$20/user
per user/per month
Enterprise
Contact sales team
Offerings
Pricing Offerings
BitbucketIBM Terraform
Free Trial
YesNo
Free/Freemium Version
YesYes
Premium Consulting/Integration Services
NoNo
Entry-level Setup FeeNo setup feeNo setup fee
Additional Details
More Pricing Information
Community Pulse
Atlassian BitbucketIBM Terraform
Considered Both Products
Bitbucket
Chose Atlassian Bitbucket
Bitbucket excels at providing loads of customizability and a comprehensive suite of tools for the development life cycle. But it does it by adding a lot of complexity that has to be managed by someone (or some people). Competitors like GitHub and Gitlab are a little leaner. GitH…
IBM Terraform
Chose IBM Terraform
CloudFormation is only for AWS so if you're trying to deploy to another cloud provider then Terraform is your product. Terraform has lots of public support so you can find answers to questions by Googling. CloudFormation is easy to view the resources/services that are …
Features
Atlassian BitbucketIBM Terraform
Version Control Software Features
Comparison of Version Control Software Features features of Product A and Product B
Atlassian Bitbucket
8.1
3 Ratings
7% below category average
IBM Terraform
-
Ratings
Branching and Merging9.13 Ratings00 Ratings
Version History9.63 Ratings00 Ratings
Version Control Collaboration Tools9.43 Ratings00 Ratings
Pull Requests9.83 Ratings00 Ratings
Code Review Tools4.32 Ratings00 Ratings
Project Access Control9.83 Ratings00 Ratings
Automated Testing Integration4.02 Ratings00 Ratings
Issue Tracking Integration8.53 Ratings00 Ratings
Branch Protection8.12 Ratings00 Ratings
Configuration Management
Comparison of Configuration Management features of Product A and Product B
Atlassian Bitbucket
-
Ratings
IBM Terraform
7.9
5 Ratings
0% below category average
Infrastructure Automation00 Ratings9.05 Ratings
Automated Provisioning00 Ratings8.75 Ratings
Parallel Execution00 Ratings6.14 Ratings
Node Management00 Ratings7.63 Ratings
Reporting & Logging00 Ratings7.84 Ratings
Version Control00 Ratings8.25 Ratings
Best Alternatives
Atlassian BitbucketIBM Terraform
Small Businesses
Git
Git
Score 10.0 out of 10
HashiCorp Vagrant
HashiCorp Vagrant
Score 10.0 out of 10
Medium-sized Companies
Git
Git
Score 10.0 out of 10
Ansible
Ansible
Score 9.2 out of 10
Enterprises
Perforce P4
Perforce P4
Score 7.2 out of 10
Ansible
Ansible
Score 9.2 out of 10
All AlternativesView all alternativesView all alternatives
User Ratings
Atlassian BitbucketIBM Terraform
Likelihood to Recommend
8.9
(65 ratings)
8.4
(30 ratings)
Likelihood to Renew
10.0
(4 ratings)
-
(0 ratings)
Usability
9.5
(4 ratings)
8.1
(5 ratings)
Performance
-
(0 ratings)
9.4
(3 ratings)
Support Rating
8.3
(14 ratings)
7.4
(5 ratings)
Ease of integration
-
(0 ratings)
9.2
(3 ratings)
User Testimonials
Atlassian BitbucketIBM Terraform
Likelihood to Recommend
Atlassian
As a team we need to push code into the repo on daily basis, Bitbucket has proven that is a reliable and secure server to save and get the code available in no time. The administration part is really easy and there's an extra tool for every developer profile either if you want to use the console or a GUI like Sourcetree.
Read full review
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.
Read full review
Pros
Atlassian
  • Very easy to integrate with other DevOps tools like Jenkins and with project/workflow management tools like JIRA.
  • Very efficient in managing security and compliance standards for code, especially during pull requests, merge requests, branching, etc.
  • Very robust in performance, especially the cloud and datacenter versions hardly hit any performance issues and supports more than 2000+ developers in my company.
Read full review
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.
Read full review
Cons
Atlassian
  • The code management UI is a bit rough around the edges and difficult to work with.
  • BitBucket does not have the same simplified PR management tools as other competitors.
  • It's not as easy to integrate 3rd party apps as other competitors.
Read full review
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.
Read full review
Likelihood to Renew
Atlassian
All products have room for improvement. The system improves over time with better and better integrations and I look forward to even more features without paying extra! The system has increased transparency across my organization and with this transparency comes increased throughput on projects. I don't think I can go back to any other system and we are definitely married to this product.
Read full review
IBM
No answers on this topic
Usability
Atlassian
The architecture of Bitbucket makes it more easily scalable than other source code management repositories. Also, administration and maintaining the instance is very easy. It integrates with JIRA and other CI/CD applications which makes it more useful to reduce the efforts. It supports multiple plugins and those bring a lot of extra functionality. It increases the overall efficiency and usefulness of Bitbucket.
Read full review
IBM
I love Terraform and I think it has done some great things for people that are working to automate their provisioning processes and also for those that are in the process of moving to the cloud or managing cloud resources. There are some quirks to HCL that take a little bit of getting used to and give picking up Terraform a little bit of a learning curve, thus the rating
Read full review
Performance
Atlassian
No answers on this topic
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.
Read full review
Support Rating
Atlassian
The customer support provided by Atlassian (Bitbucket's parent company that also makes Jira, Confluence, etc.) is very helpful. They seem to be very concerned about any issues reported with their products and even just questions about functionality. They are constantly improving the products with new features in nearly every release. Plus they have a plethora of online documentation to reference.
Read full review
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.
Read full review
Alternatives Considered
Atlassian
For the features we were looking at, Bitbucket, GitHub and GitLab were all at par and were in a similar price range. We found that GitHub was the most full featured should we need to scale very quickly. GitLab was at par with GitHub for our future needs, but GitHub was a more familiar tool compared to GitLab. Bitbucket won out because of its close integration with Jira and being in the Atlassian family. It was also cheaper than GitHub. As we started with Jira, Bitbucket addition became a natural next step for us. We really liked Bitbucket and stayed with it but we do know we have great options in the form of GitHub and GitLab should we need to scale fast.
Read full review
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.
Read full review
Return on Investment
Atlassian
  • It's allowed for a lot of automation in terms of development workflows. It lets us pursue CI/CD approaches and get releases out faster
  • It has let us get our infrastructure configuration into VCS, which further improves our automation abilities.
  • It has aided in keeping track of changes, and allows us to keep workflows organized so we can track the status of development
Read full review
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
ScreenShots

IBM Terraform Screenshots

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