79401945

Date: 2025-01-31 06:44:45
Score: 1
Natty:
Report link

How about this:

terraform plan -json | jq -s -r '[.[] | select(.type == "planned_change")] | sort | .[] | "\(.change.action): \(.change.resource.addr)"'

Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Starts with a question (0.5): How
Posted by: nroose