tfschema

Inspect and explore Terraform/OpenTofu provider schemas from CLI

brewmacoslinux
Try with needOr install directly
Source

About

Schema inspector for Terraform/OpenTofu providers

Commands

tfschema

Examples

list all resources available in a provider$ tfschema provider list aws
show attributes and arguments for a resource$ tfschema resource show aws_instance
search for resources matching a keyword$ tfschema resource search aws database
get detailed schema in JSON format for a resource$ tfschema resource show -format json aws_security_group
browse provider documentation from command line$ tfschema provider describe google