Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] terragrunt: removed terraform dependency
@ 2024-07-28 11:35 Emru1
  2024-07-29  1:01 ` [PR PATCH] [Updated] " thypon
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: Emru1 @ 2024-07-28 11:35 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 629 bytes --]

There is a new pull request by Emru1 against master on the void-packages repository

https://github.com/Emru1/void-packages terragrunt
https://github.com/void-linux/void-packages/pull/51512

terragrunt: removed terraform dependency
#### Testing the changes
- I tested the changes in this PR: **YES**

As we have `opentofu` merged, we can remove `terraform` dependency from `terragrunt`. `terragrunt` can work with both `opentofu` and `terraform`, it even defaults to `opentofu` (at least on my machine).

@thypon, what do you think?

A patch file from https://github.com/void-linux/void-packages/pull/51512.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-terragrunt-51512.patch --]
[-- Type: text/x-diff, Size: 808 bytes --]

From 57187f42dffb2d49e6de8e49acf00812afa4cf5b Mon Sep 17 00:00:00 2001
From: Emil Tomczyk <emru@emru.xyz>
Date: Sun, 28 Jul 2024 13:31:50 +0200
Subject: [PATCH] terragrunt: removed terraform dependency

---
 srcpkgs/terragrunt/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/terragrunt/template b/srcpkgs/terragrunt/template
index fd899bbbec7b23..4420724df99551 100644
--- a/srcpkgs/terragrunt/template
+++ b/srcpkgs/terragrunt/template
@@ -1,10 +1,9 @@
 # Template file for 'terragrunt'
 pkgname=terragrunt
 version=0.63.6
-revision=1
+revision=2
 build_style=go
 go_import_path="github.com/gruntwork-io/terragrunt"
-depends="terraform"
 short_desc="Thin wrapper for Terraform that provides extra tools"
 maintainer="Andrea Brancaleoni <abc@pompel.me>"
 license="MIT"

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2024-08-11 21:33 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-07-28 11:35 [PR PATCH] terragrunt: removed terraform dependency Emru1
2024-07-29  1:01 ` [PR PATCH] [Updated] " thypon
2024-07-29  1:01 ` thypon
2024-07-29  9:08 ` [PR PATCH] [Updated] " Emru1
2024-07-29  9:08 ` Emru1
2024-08-07  3:43 ` classabbyamp
2024-08-11 15:58 ` [PR PATCH] [Updated] " Emru1
2024-08-11 15:59 ` Emru1
2024-08-11 21:33 ` [PR PATCH] [Merged]: " classabbyamp

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).