package
0.0.0-20231109225250-22a6844f1611
Repository: https://github.com/pulberg/terraform-docs.git
Documentation: pkg.go.dev
# Functions
LoadWithOptions returns new instance of Module with all the inputs and outputs discovered from provided 'path' containing Terraform config.
# Structs
Input represents a Terraform input.
Module represents a Terraform module.
ModuleCall represents a submodule called by Terraform module.
Output represents a Terraform output.
Position represents position of Terraform item (input, output, provider, etc) in a file.
Provider represents a Terraform output.
Requirement represents a requirement for Terraform module.
Resource represents a managed or data type that is created by the module.