yor VS terratag

Compare yor vs terratag and see what are their differences.

yor

Extensible auto-tagger for your IaC files. The ultimate way to link entities in the cloud back to the codified resource which created it. (by bridgecrewio)

terratag

Terratag is a CLI tool that enables users of Terraform to automatically create and maintain tags across their entire set of AWS, Azure, and GCP resources (by env0)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
yor terratag
2 7
778 897
1.0% 1.4%
7.4 5.3
4 days ago 16 days ago
Go Go
Apache License 2.0 Mozilla Public License 2.0
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

yor

Posts with mentions or reviews of yor. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-05-08.
  • Any opensource Devops related projects to contribute to?
    3 projects | /r/devops | 8 May 2022
  • CI pipeline not running when introducing a new stage
    1 project | /r/gitlab | 3 Aug 2021
    .git-script: &git-script | set -xv cd $CI_PROJECT_DIR git status lines=$(git status -s | wc -l) if [ $lines -gt 0 ];then echo "committing" git config --global user.name "$AUTO_COMMITTER_NAME" git config --global user.email "$AUTO_COMMITTER_EMAIL" echo ".yor_plugins" >> .gitignore git add . git commit -m "YOR: Auto add/update yor.io tags." git push -o ci.skip "https://${GITLAB_USER_NAME}:${GIT_PUSH_TOKEN}@${CI_REPOSITORY_URL#*@}" else echo "no updated resources, nothing to commit." fi default: image: name: hashicorp/terraform:light entrypoint: - /usr/bin/env - "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" stages: - validate - yor validate: stage: validate before_script: - rm -rf .terraform - terraform --version - terraform init - export AWS_DEFAULT_REGION=eu-west-1 script: - terraform validate -json run-yor: stage: yor image: ruby:2.5 script: - git checkout ${CI_COMMIT_SHA} - export YOR_VERSION=0.1.62 - wget -q -O - https://github.com/bridgecrewio/yor/releases/download/${YOR_VERSION}/yor-${YOR_VERSION}-linux-amd64.tar.gz | tar -xvz -C /tmp - /tmp/yor tag -d . - *git-script

terratag

Posts with mentions or reviews of terratag. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-03-26.

What are some alternatives?

When comparing yor and terratag you can also consider the following projects:

terramate - Terramate CLI is an open-source Infrastructure as Code (IaC) orchestration tool for Terraform, OpenTofu, Terragrunt, Kubernetes, Pulumi, Cloud Formation, CDK, Azure Resource Manager (ARM), and others.

NubesGen - Going to production on Azure is only one `git push` away

multy - Multy - Easily deploy multi cloud infrastructure. Write cloud-agnostic config deployed across multiple clouds

infracost-atlantis - Atlantis integration for Infracost. Shows cloud cost estimates for Terraform in pull requests.

terraform - Terraform enables you to safely and predictably create, change, and improve infrastructure. It is a source-available tool that codifies APIs into declarative configuration files that can be shared amongst team members, treated as code, edited, reviewed, and versioned.

terracognita - Reads from existing public and private cloud providers (reverse Terraform) and generates your infrastructure as code on Terraform configuration

Pulumi - Pulumi - Infrastructure as Code in any programming language. Build infrastructure intuitively on any cloud using familiar languages 🚀

awesome-tf - Curated list of resources on HashiCorp's Terraform and OpenTofu

infracost - Cloud cost estimates for Terraform in pull requests💰📉 Shift FinOps Left!

personal-zero-trust-hashicorp-vault - Cloudflare for Teams + HashiCorp Vault = Zero Trust Love

terraform-provider-multy - Terraform Provider for Multy

terraforming - Export existing AWS resources to Terraform style (tf, tfstate) / No longer actively maintained