This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
Description: >- | |
Manage default VPCs in the specified regions. | |
Parameters: | |
State: | |
Description: The default VPC desired state | |
Type: String |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import sys | |
import csv | |
import json | |
import yaml | |
import logging | |
import tabulate | |
logger = logging.getLogger(__name__) |
OlderNewer