aws-config-rdk
aws-config-rdk copied to clipboard
Terraform 1.x support
This change adds support for Terraform 1.x, both as a regular Config rule and an Organizational Config rule.
There's a few other minor changes thrown in here:
- The
liblogging
import and invocations have been removed. They have been replaced by simple print statement. - Externalized the
export
function so that we have a model for how to breakrdk.py
up into more manageable files. - Remove a few TODOs and put them into the Issues list.
- Add a few more data members to the RDK class, so that (for example), the account ID can be referenced as a property of the RDK object.