repositorypackage
0.0.0-20241101122449-137f4107ac8f
Repository: https://github.com/shmokmt/tf-docs-finder.git
Documentation: pkg.go.dev
# 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:
At present, it only supports latest version.