Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/shmokmt/tf-docs-finder

This utility tool is designed to immediately open the documentation of a Terraform Provider from the command line.
https://github.com/shmokmt/tf-docs-finder

documentation-tool infrastructure-as-code terraform terraform-provider

Last synced: 9 days ago
JSON representation

This utility tool is designed to immediately open the documentation of a Terraform Provider from the command line.

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.