package
0.0.0-20231109225250-22a6844f1611
Repository: https://github.com/pulberg/terraform-docs.git
Documentation: pkg.go.dev

# Functions

TypeOf returns Terraform type of a value based on provided type by terraform-inspect or by looking the underlying type of the value.
ValueOf returns actual value of a variable casted to 'Default' interface.

# Structs

Nil represents a 'nil' value which is marshaled to `null` when empty for JSON and YAML.

# Interfaces

Value is a default value of an input or output.

# Type aliases

Bool represents a 'bool' value.
Empty represents an empty 'string' which is marshaled to `""` in JSON and YAML.
List represents a 'list' of values.
Map represents a 'map' of values.
Number represents a 'number' value which is marshaled to `null` when emty in JSON and YAML.
String represents a 'string' value which is marshaled to `null` when empty for JSON and YAML.