logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt

Terraform Output - Generate Data | Online Free DevTools by Hexmos

Generate Terraform output values with ease. Export structured data about your Terraform resources. Access values in JSON format and more. Free online tool, no registration required.

terraform-output

Export structured data about your Terraform resources. More information: https://developer.hashicorp.com/terraform/cli/commands/output.

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

terraform output

  • Output only a value with specific name:

terraform output {{name}}

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

terraform output -raw

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

terraform output -json