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: 3 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 2 years ago)
- Default Branch: main
- Last Pushed: 2025-03-31T01:33:28.000Z (3 months ago)
- Last Synced: 2025-04-01T17:10:33.502Z (3 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: 250 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 9
-
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.