Skip to content

Instantly share code, notes, and snippets.

@maximivanov
Created January 28, 2021 23:14
Show Gist options
  • Save maximivanov/1ffc457e1b4fbd8a00d1c4c579d4596c to your computer and use it in GitHub Desktop.
Save maximivanov/1ffc457e1b4fbd8a00d1c4c579d4596c to your computer and use it in GitHub Desktop.
List all Terraform output names
terraform output 2>/dev/null | cut -d ' ' -f1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment