https://github.com/shmokmt/tf-docs-finder
Open terraform provider documentation quickly
https://github.com/shmokmt/tf-docs-finder
documentation-tool infrastructure-as-code terraform terraform-provider
Last synced: about 2 months ago
JSON representation
Open terraform provider documentation quickly
- Host: GitHub
- URL: https://github.com/shmokmt/tf-docs-finder
- Owner: shmokmt
- License: mpl-2.0
- Created: 2023-05-30T10:23:42.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2026-04-20T07:53:21.000Z (2 months ago)
- Last Synced: 2026-04-26T05:07:32.022Z (about 2 months ago)
- Topics: documentation-tool, infrastructure-as-code, terraform, terraform-provider
- Language: Go
- Homepage: https://pkg.go.dev/github.com/shmokmt/tf-docs-finder
- Size: 479 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# tf-docs-finder
This utility tool is designed to immediately open the documentation of a Terraform Provider from the command line.
## Installation
```
go install github.com/shmokmt/tf-docs-finder/cmd/tf-docs-finder@latest
```
## Usage
### AWS Provider
List resources:
```
tf-docs-finder aws
```
List data-sources
```
tf-docs-finder aws --type data-sources
```
Other providers have the same interface as well.
## Terraform Provider
Available following providers:
- [hashicorp/google](https://registry.terraform.io/providers/hashicorp/google/latest/docs)
- [hashicorp/aws](https://registry.terraform.io/providers/hashicorp/aws/latest/docs)
- [integrations/github](https://registry.terraform.io/providers/integrations/github/latest/docs)
At present, it only supports latest version.