From 29f63cc5c58905b36f73410e6c19eb7c8c85ccae Mon Sep 17 00:00:00 2001 From: Yousif Akbar <11247449+yhakbar@users.noreply.github.com> Date: Fri, 8 Nov 2024 09:06:02 -0500 Subject: [PATCH 1/2] feat: Adding Discord Markdown badge --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ca33fdc92a..1560723b1b 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,7 @@ [![GoDoc](https://godoc.org/github.com/gruntwork-io/terragrunt?status.svg)](https://godoc.org/github.com/gruntwork-io/terragrunt) ![OpenTofu Version](https://img.shields.io/badge/tofu-%3E%3D1.6.0-blue.svg) ![Terraform Version](https://img.shields.io/badge/tf-%3E%3D0.12.0-blue.svg) +[![](https://dcbadge.limes.pink/api/server/https://discord.gg/SPu4Degs5f)](https://discord.gg/SPu4Degs5f) Terragrunt is a flexible orchestration tool that allows Infrastructure as Code written in [OpenTofu](https://opentofu.org)/[Terraform](https://www.terraform.io) to scale. From c923b1f76869e404f91686f3a8cf41f61a1d2c31 Mon Sep 17 00:00:00 2001 From: Yousif Akbar <11247449+yhakbar@users.noreply.github.com> Date: Mon, 11 Nov 2024 12:57:14 -0500 Subject: [PATCH 2/2] fix: Adjust formatting for discord invite --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1560723b1b..92eb51fb4b 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,6 @@ [![GoDoc](https://godoc.org/github.com/gruntwork-io/terragrunt?status.svg)](https://godoc.org/github.com/gruntwork-io/terragrunt) ![OpenTofu Version](https://img.shields.io/badge/tofu-%3E%3D1.6.0-blue.svg) ![Terraform Version](https://img.shields.io/badge/tf-%3E%3D0.12.0-blue.svg) -[![](https://dcbadge.limes.pink/api/server/https://discord.gg/SPu4Degs5f)](https://discord.gg/SPu4Degs5f) Terragrunt is a flexible orchestration tool that allows Infrastructure as Code written in [OpenTofu](https://opentofu.org)/[Terraform](https://www.terraform.io) to scale. @@ -17,6 +16,10 @@ Please see the following for more info, including install instructions and compl * [Contributing to Terragrunt](https://terragrunt.gruntwork.io/docs/community/contributing) * [Commercial Support](https://gruntwork.io/support/) +## Join the Discord! + +[![](https://dcbadge.limes.pink/api/server/https://discord.gg/SPu4Degs5f)](https://discord.gg/SPu4Degs5f) + ## License This code is released under the MIT License. See [LICENSE.txt](LICENSE.txt).