Skip to content

Instantly share code, notes, and snippets.

View cpritchett's full-sized avatar

Chad Pritchett cpritchett

View GitHub Profile
# Script to retrieve compute engine details.
# Author - Rajathithan Rajasekar - 03/03/2020
from pprint import pprint
from googleapiclient import discovery
from oauth2client.client import GoogleCredentials
import re
import sys