Вывести outputs terraform

Вывести все outputs в компактном JSON

terraform output -json | jq 'to_entries[] | {(.key): .value.value}'
more terraform all 43 commands →