Skip to content

Commit

Permalink
feat(ned1313/terrahash): scaffold ned1313/terrahash (#24332)
Browse files Browse the repository at this point in the history
  • Loading branch information
suzuki-shunsuke authored Jun 26, 2024
1 parent 64c0b78 commit 1c3998f
Show file tree
Hide file tree
Showing 3 changed files with 45 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkgs/ned1313/terrahash/pkg.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
packages:
- name: ned1313/[email protected]
22 changes: 22 additions & 0 deletions pkgs/ned1313/terrahash/registry.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
packages:
- type: github_release
repo_owner: ned1313
repo_name: terrahash
description: Create and store a hash of the Terraform modules used by your configuration
version_constraint: "false"
version_overrides:
- version_constraint: "true"
asset: terrahash_{{.OS}}_{{.Arch}}.{{.Format}}
format: tar.gz
replacements:
amd64: x86_64
darwin: Darwin
linux: Linux
windows: Windows
checksum:
type: github_release
asset: terrahash_{{trimV .Version}}_checksums.txt
algorithm: sha256
overrides:
- goos: windows
format: zip
21 changes: 21 additions & 0 deletions registry.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 1c3998f

Please sign in to comment.