Skip to content

skyzyx/terraform-registry.alfredworkflow

Repository files navigation

terraform-registry.alfredworkflow

An Alfred PowerPack Workflow for searching the Terraform Registry for shared modules.

See releases to download!

Usage

tf {query} — Search for a module.

Items preceded with the star emoji have been verified.

Actions

  • — Open the module in the Terraform Registry UI.
  • ⌘↩ — Open the module’s source repository.
  • ⇧/⌘Y — Quicklook details

Screenshots

initial results no results

Requires Alfred and the PowerPack.

Developing/Deploying

Developing

make build
bin/tfregistry "vault"

Make sure that you run the linter to catch any issues.

make lint