logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Tofu Output - Export Tofu Resources | Online Free DevTools by Hexmos

Export data with Tofu Output. Extract structured information about your infrastructure resources for automation and reporting. Free online tool, no registration required.

tofu-output

Export structured data about your OpenTofu resources. More information: https://opentofu.org/docs/cli/commands/output/.

  • With no additional arguments, output will display all outputs for the root module:

tofu output

  • Output only a value with specific name:

tofu output {{name}}

  • Convert the output value to a raw string (useful for shell scripts):

tofu output -raw

  • Format the outputs as a JSON object, with a key per output (useful with jq):

tofu output -json

See Also