From 20253fb2cb1e353a4761a823ba84567b604a7bdb Mon Sep 17 00:00:00 2001 From: Alexander Sharov Date: Sun, 7 Jul 2024 14:49:42 +0300 Subject: [PATCH 1/2] feat: add tenv --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e20efd3..49280b1 100644 --- a/README.md +++ b/README.md @@ -153,6 +153,7 @@ DevOps is the combination of cultural philosophies, practices, and tools that in - [Capistrano](https://capistranorb.com/) - A remote server automation and deployment tool. - [Mina](http://nadarei.co/mina/) - Really fast deployer and server automation tool. - [Terraform](https://www.terraform.io/) - use Infrastructure as Code to provision and manage any cloud, infrastructure, or service. +- [tenv](https://github.com/tofuutils/tenv) - streamline IaC version manager for OpenTofu, Terraform, Terragrunt and Atmos, written in Go. - [Pulumi](https://www.pulumi.com/) - Modern infrastructure as code platform that allows you to use familiar programming languages and tools to build, deploy, and manage cloud infrastructure. - [Packer](https://www.packer.io/) - Build Automated Machine Images. - [Vagrant](https://www.vagrantup.com/) - Development Environments Made Easy. From 3d667271736b311d5fed0dbd7298030fd0faf96c Mon Sep 17 00:00:00 2001 From: kvendingoldo Date: Tue, 9 Jul 2024 14:18:16 +0300 Subject: [PATCH 2/2] Update README.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 49280b1..8089804 100644 --- a/README.md +++ b/README.md @@ -153,7 +153,6 @@ DevOps is the combination of cultural philosophies, practices, and tools that in - [Capistrano](https://capistranorb.com/) - A remote server automation and deployment tool. - [Mina](http://nadarei.co/mina/) - Really fast deployer and server automation tool. - [Terraform](https://www.terraform.io/) - use Infrastructure as Code to provision and manage any cloud, infrastructure, or service. -- [tenv](https://github.com/tofuutils/tenv) - streamline IaC version manager for OpenTofu, Terraform, Terragrunt and Atmos, written in Go. - [Pulumi](https://www.pulumi.com/) - Modern infrastructure as code platform that allows you to use familiar programming languages and tools to build, deploy, and manage cloud infrastructure. - [Packer](https://www.packer.io/) - Build Automated Machine Images. - [Vagrant](https://www.vagrantup.com/) - Development Environments Made Easy. @@ -172,6 +171,10 @@ DevOps is the combination of cultural philosophies, practices, and tools that in - [Meshery](https://meshery.io/) - An open source, cloud native manager that enables the design and management of all Kubernetes-based infrastructure and applications. - [Digger](https://digger.dev) - Open Source Infrastructure as Code management tool that runs within your CI/CD system. +## Productivity Tools + +- [tenv](https://github.com/tofuutils/tenv) - streamline IaC version manager for OpenTofu, Terraform, Terragrunt and Atmos, written in Go. + ## Continuous Integration & Delivery *Continuous Integration, Continuous Delivery and Continuous Delivery. GitOps.*