starhawking / python-terrascript

Create Terraform files using Python scripts.
BSD 2-Clause "Simplified" License
516 stars 76 forks source link

Make CONFIG a subclass of dict #8

Closed mjuenema closed 7 years ago

mjuenema commented 7 years ago
CONFIG(dict):
    __getitem__('variable'):
        dynamically done

    dump()

    validate()

dump = CONFIG.dump

validate = CONFIG.validate