sapslaj / tfman

PoC of console documentation for Terraform

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tfman

(currently PoC) of console documentation for Terraform

Installation

Installation is supported via pipx.

pipx install git+ssh://git@github.com/sapslaj/tfman.git

Usage

tfman {type} {identifier}

Example:

$ tfman resource aws_instance
────────────────────────────────────────────────────────────────────────────────

╔══════════════════════════════════════════════════════════════════════════════╗
║                            Resource: aws_instance                            ║
╚══════════════════════════════════════════════════════════════════════════════╝

Provides an EC2 instance resource. This allows instances to be created, updated,
and deleted. Instances also support provisioning.

Using shorthand for the type is allowed, e.g. r for resource, d for data-source.

Supported lookups

  • a - N/A
  • b - N/A
  • c - N/A
  • d - data source
  • e - expression
  • f - function
  • g - google
  • h - N/A
  • i - N/A
  • j - N/A
  • k - N/A
  • l - N/A
  • m - meta-arguments
  • n - N/A
  • o - N/A
  • p - N/A
  • q - N/A
  • r - resource
  • s - N/A
  • t - N/A
  • u - N/A
  • v - N/A
  • w - N/A
  • x - N/A
  • y - N/A
  • z - N/A

About

PoC of console documentation for Terraform


Languages

Language:Python 74.5%Language:Shell 25.5%