Skip to content

Instantly share code, notes, and snippets.

---
Description: >-
Manage default VPCs in the specified regions.
Parameters:
State:
Description: The default VPC desired state
Type: String
@garyellis
garyellis / outputs.py
Created March 30, 2023 21:34
outputs python utility
import sys
import csv
import json
import yaml
import logging
import tabulate
logger = logging.getLogger(__name__)