#!/bin/bash
curl -sH 'Metadata-Flavor:Google' 'http://169.254.169.254/computeMetadata/v1/?recursive=true&alt=json' | jq .
