feat: update terragrunt
All checks were successful
Build / build (pull_request) Successful in 54s

- fix maintainer
- add 'provides'
- move to /usr/bin
This commit is contained in:
Ben Vincent 2024-12-01 13:29:48 +11:00
parent ca44f44720
commit 4198f5aafb
4 changed files with 8 additions and 5 deletions

View File

@ -1 +1 @@
1
2

View File

@ -1 +1 @@
1
2

View File

@ -1 +1 @@
1
2

View File

@ -9,7 +9,7 @@ section: default
priority: extra
description: "Terragrunt is a flexible orchestration tool that allows Infrastructure as Code written in OpenTofu/Terraform to scale."
maintainer: Ben Vincent <ben@unkin.net>
maintainer: Gruntwork
homepage: https://github.com/gruntwork-io/terragrunt
license: MIT
@ -18,10 +18,13 @@ disable_globbing: false
replaces:
- terragrunt
provides:
- terragrunt
# Files to include in the package
contents:
- src: /app/terragrunt
dst: /usr/local/bin/terragrunt
dst: /usr/bin/terragrunt
file_info:
mode: 0755
owner: root