tf-changes() {
  tofu plan -json | jq -r 'select(.type == "planned_change") | "\(.change.resource.addr)\t\(.change.action)"' | sort -u
}
