pltf terraform output

Show terraform outputs for a generated spec

Synopsis

Print Terraform outputs for the rendered stack. Supports JSON output for scripting and color toggles.

pltf terraform output [flags]

Examples

  pltf terraform output -f env.yaml -e prod
  pltf terraform output -f service.yaml -e dev --json

Options

  -e, --env string       Environment key to render (dev, prod, etc.)
  -f, --file string      Path to the Environment or Service YAML file (default "env.yaml")
  -h, --help             help for output
  -j, --json             Render output as JSON
  -m, --modules string   Override modules root; defaults to embedded modules
  -C, --no-color         Disable color output
  -o, --out string       Output directory for generated Terraform
  -v, --var string       Specific output name to show (optional)

Options inherited from parent commands

      --telemetry   Enable anonymous telemetry (usage metrics). Currently a stub/no-op unless enabled.
  -V, --verbose     Enable verbose logging

SEE ALSO

Auto generated by spf13/cobra on 21-Dec-2025