Skip to content

Commit

Permalink
feat: add pcasteran/terraform-graph-beautifier (#15989)
Browse files Browse the repository at this point in the history
* feat: add pcasteran/terraform-graph-beautifier

[pcasteran/terraform-graph-beautifier](https://github.com/pcasteran/terraform-graph-beautifier): Terraform graph beautifier

* fix(pcasteran/terraform-graph-beautifier): use go_install on darwin

- pcasteran/terraform-graph-beautifier#57
  • Loading branch information
suzuki-shunsuke committed Oct 5, 2023
1 parent 3253dc0 commit a317294
Show file tree
Hide file tree
Showing 3 changed files with 59 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pkgs/pcasteran/terraform-graph-beautifier/pkg.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
packages:
- name: pcasteran/terraform-graph-beautifier@v0.3.3
- name: pcasteran/terraform-graph-beautifier
version: v0.3.0-beta.3
- name: pcasteran/terraform-graph-beautifier
version: v0.1.1
27 changes: 27 additions & 0 deletions pkgs/pcasteran/terraform-graph-beautifier/registry.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
packages:
- type: github_release
repo_owner: pcasteran
repo_name: terraform-graph-beautifier
description: Terraform graph beautifier
asset: terraform-graph-beautifier_{{trimV .Version}}_{{.OS}}_{{.Arch}}.{{.Format}}
format: tar.gz
checksum:
type: github_release
asset: checksums.txt
algorithm: sha256
overrides:
# https://github.com/pcasteran/terraform-graph-beautifier/issues/57
- goos: darwin
type: go_install
version_constraint: semver(">= 0.3.0-beta.3")
version_overrides:
- version_constraint: semver("< 0.3.0-beta.3")
replacements:
amd64: x86_64
darwin: Darwin
linux: Linux
windows: Windows
supported_envs:
- darwin
- amd64
rosetta2: true
26 changes: 26 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 a317294

Please sign in to comment.