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)

Yor Alternatives

Similar projects and alternatives to yor

  • multy

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

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • 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

  • 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.

  • 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.

  • Pulumi

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

  • infracost

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

  • 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.

    InfluxDB logo
  • awesome-cloud-dx

    A list of tools that make developer experience with cloud providers easier

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better yor alternative or higher similarity.

yor reviews and mentions

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

Stats

Basic yor repo stats
2
774
7.7
15 days ago

bridgecrewio/yor is an open source project licensed under Apache License 2.0 which is an OSI approved license.

The primary programming language of yor is Go.


Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com